##// END OF EJS Templates
fix: correct the clang-format example hgrc so that it actually works...
Kyle Lippincott -
r44460:ac72e174 default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 [fix]
1 [fix]
2 clang-format:command = clang-format --style file -i
2 clang-format:command = clang-format --style file
3 clang-format:pattern = (**.c or **.cc or **.h) and not "listfile: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 = rustfmt
5 rustfmt:command = rustfmt
6 rustfmt:pattern = set:**.rs
6 rustfmt:pattern = set:**.rs
General Comments 0
You need to be logged in to leave comments. Login now