##// END OF EJS Templates
contrib: fix up example fix configuration for our move to released black
contrib: fix up example fix configuration for our move to released black

File last commit:

r43668:cb0d8083 stable
r43668:cb0d8083 stable
Show More
fix.hgrc
9 lines | 383 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
rustfmt:command = rustfmt {rootpath}
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 -
black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**"