Mercurial > hg
view contrib/examples/fix.hgrc @ 45030:f58928715d0c stable
tests: ignore possible diagnostics from gpg 2.2
Differential Revision: https://phab.mercurial-scm.org/D8672
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Mon, 29 Jun 2020 16:36:53 +0200 |
parents | 5e84a96d865b |
children | 426294d06ddc |
line wrap: on
line source
[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