contrib/examples/fix.hgrc
changeset 44011 ac72e17457e5
parent 43927 b78795c2a294
child 44069 5e0505d36aee
equal deleted inserted replaced
44010:109315c41d5e 44011:ac72e17457e5
     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
     7 
     7 
     8 black:command = black --config=black.toml -
     8 black:command = black --config=black.toml -