contrib/examples/fix.hgrc
changeset 43502 c093cc6e6c99
parent 43386 2247bf3cec76
child 43921 b78795c2a294
equal deleted inserted replaced
43501:b2f95f9d3588 43502:c093cc6e6c99
     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 
     4 
     5 rustfmt:command = rustfmt {rootpath}
     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 -
     9 black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"
     9 black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"