contrib/examples/fix.hgrc
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 24 Jul 2020 17:57:23 +0530
changeset 45287 4ad6c4e9e35f
parent 44147 5e84a96d865b
child 45620 426294d06ddc
permissions -rw-r--r--
merge: pass mergeresult instead of actions in _checkunknownfiles() (API) Differential Revision: https://phab.mercurial-scm.org/D8825

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

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

black:command = black --config=black.toml -
black:pattern = set:**.py - mercurial/thirdparty/**

# Mercurial doesn't have any Go code, but if we did this is how we
# would configure `hg fix` for Go:
go:command = gofmt
go:pattern = set:**.go