equal
deleted
inserted
replaced
1 [fix] |
1 [fix] |
2 clang-format:command = clang-format --style file -i |
2 clang-format:command = clang-format --style file -i |
3 clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist" |
3 clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist" |
4 |
4 |
5 rustfmt:command = rustfmt {rootpath} |
5 rustfmt:command = rustfmt |
6 rustfmt:pattern = set:**.rs |
6 rustfmt:pattern = set:**.rs |
7 |
7 |
8 black:command = black --config=black.toml - |
8 black:command = black --config=black.toml - |
9 black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**" |
9 black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**" |