Show More
@@ -2,7 +2,7 b'' | |||||
2 | clang-format:command = clang-format --style file |
|
2 | clang-format:command = clang-format --style file | |
3 | clang-format:pattern = set:(**.c or **.cc or **.h) and not "include:contrib/clang-format-ignorelist" |
|
3 | clang-format:pattern = set:(**.c or **.cc or **.h) and not "include:contrib/clang-format-ignorelist" | |
4 |
|
4 | |||
5 |
rustfmt:command = |
|
5 | rustfmt:command = rustfmt +nightly | |
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 - |
General Comments 0
You need to be logged in to leave comments.
Login now