contrib/examples/fix.hgrc
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 23 Jul 2020 16:26:29 +0200
branchstable
changeset 45225 fc751824ae97
parent 44147 5e84a96d865b
child 45620 426294d06ddc
permissions -rw-r--r--
push: another test for checks preventing pushing orphaness to a server In this one, orphan was create with and amend instead of a prune.

[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