fix.hgrc
9 lines
| 383 B
| text/plain
|
TextLexer
Augie Fackler
|
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
|
r43236 | |||
rustfmt:command = rustfmt {rootpath} | ||||
rustfmt:pattern = set:**.rs | ||||
Augie Fackler
|
r43335 | |||
Augie Fackler
|
r43668 | black:command = black --config=black.toml - | ||
black:pattern = set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" | ||||