##// 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
Augie Fackler
contrib: add new examples area and start it out with a config for `hg fix`...
r43235 [fix]
clang-format:command = clang-format --style file -i
clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"
Augie Fackler
examples: add sample fix integration for `rustfmt`...
r43236
Martin von Zweigbergk
formatting: remove another data-ogre from the config example...
r43808 rustfmt:command = rustfmt
Augie Fackler
examples: add sample fix integration for `rustfmt`...
r43236 rustfmt:pattern = set:**.rs
Augie Fackler
examples: include a sample of how to use black with fix...
r43335
Augie Fackler
contrib: fix up example fix configuration for our move to released black
r43668 black:command = black --config=black.toml -
Gregory Szorc
fsmonitor: remove pywatchman from exclusion rule...
r43704 black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"
Augie Fackler
examples: add an example configuration for go source files...
r44373
# 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