D6872: contrib: add new examples area and start it out with a config for `hg fix`

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Sep 24 10:42:32 EDT 2019


Closed by commit rHG5dfb57af1148: contrib: add new examples area and start it out with a config for `hg fix` (authored by durin42).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6872?vs=16596&id=16598

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6872/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6872

AFFECTED FILES
  contrib/examples/fix.hgrc

CHANGE DETAILS

diff --git a/contrib/examples/fix.hgrc b/contrib/examples/fix.hgrc
new file mode 100644
--- /dev/null
+++ b/contrib/examples/fix.hgrc
@@ -0,0 +1,3 @@
+[fix]
+clang-format:command = clang-format --style file -i
+clang-format:pattern = (**.c or **.cc or **.h) and not "listfile:contrib/clang-format-ignorelist"



To: durin42, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list