view contrib/examples/fix.hgrc @ 43585:99b881195abf

largefiles: use context manager for wlock in repo.status() override Differential Revision: https://phab.mercurial-scm.org/D7141
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 18 Oct 2019 21:36:19 -0700
parents c093cc6e6c99
children b78795c2a294
line wrap: on
line source

[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/**"