##// END OF EJS Templates
examples: add sample fix integration for `rustfmt`...
Augie Fackler -
r43236:f5ad85dd default
parent child Browse files
Show More
@@ -1,3 +1,6 b''
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
5 rustfmt:command = rustfmt {rootpath}
6 rustfmt:pattern = set:**.rs
General Comments 0
You need to be logged in to leave comments. Login now