clang-format-ignorelist
12 lines
| 367 B
| text/plain
|
TextLexer
/ contrib / clang-format-ignorelist
Gregory Szorc
|
r37201 | # Files that just need to be migrated to the formatter. | ||
# Do not add new files here! | ||||
mercurial/cext/manifest.c | ||||
mercurial/cext/osutil.c | ||||
# Vendored code that we should never format: | ||||
Kyle Lippincott
|
r44489 | syntax: glob | ||
contrib/python-zstandard/**.c | ||||
contrib/python-zstandard/**.h | ||||
hgext/fsmonitor/pywatchman/**.c | ||||
mercurial/thirdparty/**.c | ||||
mercurial/thirdparty/**.h | ||||
Victor Stinner
|
r47090 | mercurial/pythoncapi_compat.h | ||