contrib/examples/fix.hgrc
author Yuya Nishihara <yuya@tcha.org>
Sat, 16 Nov 2019 15:24:49 +0900
changeset 43724 009c115eba95
parent 43550 c093cc6e6c99
child 43927 b78795c2a294
permissions -rw-r--r--
typing: fix argument type of encoding.localstr() It takes both utf-8 and local strings in bytes type.

[fix]
clang-format:command = clang-format --style file -i
clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"

rustfmt:command = rustfmt
rustfmt:pattern = set:**.rs

black:command = black --config=black.toml -
black:pattern = set:**.py - mercurial/thirdparty/** - "contrib/python-zstandard/**"