Show More
@@ -1,9 +1,9 | |||
|
1 | 1 | [fix] |
|
2 | 2 | clang-format:command = clang-format --style file -i |
|
3 | 3 | clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist" |
|
4 | 4 | |
|
5 |
rustfmt:command = rustfmt |
|
|
5 | rustfmt:command = rustfmt | |
|
6 | 6 | rustfmt:pattern = set:**.rs |
|
7 | 7 | |
|
8 | 8 | black:command = black --config=black.toml - |
|
9 | 9 | black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**" |
General Comments 0
You need to be logged in to leave comments.
Login now