##// END OF EJS Templates
inno: drop support for Windows 95/98/ME...
inno: drop support for Windows 95/98/ME Differential Revision: https://phab.mercurial-scm.org/D7696

File last commit:

r44373:b78795c2 default
r44459:109315c4 default
Show More
fix.hgrc
14 lines | 485 B | text/plain | TextLexer
[fix]
clang-format:command = clang-format --style file -i
clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"
rustfmt:command = rustfmt
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