##// END OF EJS Templates
black: add a pyproject.toml that contains our black settings...
black: add a pyproject.toml that contains our black settings Differential Revision: https://phab.mercurial-scm.org/D6993

File last commit:

r43236:f5ad85dd default
r43334:929678eb default
Show More
fix.hgrc
6 lines | 222 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