contrib/examples/fix.hgrc
author Antoine Cezar <antoine.cezar@octobus.net>
Mon, 06 Jul 2020 09:30:26 +0200
changeset 45051 93e8e6e0b5fb
parent 44147 5e84a96d865b
child 45620 426294d06ddc
permissions -rw-r--r--
heptapod-ci: build rhg before tests run Differential Revision: https://phab.mercurial-scm.org/D8682

[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