Submitter | phabricator |
---|---|
Date | Sept. 24, 2019, 2:42 p.m. |
Message ID | <f9360fed908ca5890003f5b1f1f96870@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41743/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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"