##// END OF EJS Templates
histedit: fix formatting after D8150...
histedit: fix formatting after D8150 Differential Revision: https://phab.mercurial-scm.org/D8230

File last commit:

r44605:5e84a96d default
r44925:24a3a9f7 stable
Show More
fix.hgrc
14 lines | 494 B | text/plain | TextLexer
[fix]
clang-format:command = clang-format --style file
clang-format:pattern = set:(**.c or **.cc or **.h) and not "include:contrib/clang-format-ignorelist"
rustfmt:command = rustfmt +nightly
rustfmt:pattern = set:**.rs
black:command = black --config=black.toml -
black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"
# Mercurial doesn't have any Go code, but if we did this is how we
# would configure `hg fix` for Go:
go:command = gofmt
go:pattern = set:**.go