diff options
Diffstat (limited to 'test/Format/lit.local.cfg')
-rw-r--r-- | test/Format/lit.local.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Format/lit.local.cfg b/test/Format/lit.local.cfg new file mode 100644 index 0000000000000..abf4e8a65cc33 --- /dev/null +++ b/test/Format/lit.local.cfg @@ -0,0 +1,4 @@ +# Suffixes supported by clang-format. +config.suffixes = ['.c', '.cc', '.cpp', '.h', '.m', '.mm', '.java', '.js', + '.ts', '.proto', '.protodevel', '.pb.txt', '.textproto', + '.textpb', '.asciipb', '.td'] |