LibCodeComprehension: Add .clang-format to disable formatting for tests

Same as 42865b8975.
This commit is contained in:
Linus Groh 2022-12-03 21:25:10 +00:00
parent 106c04d807
commit 0d63b7a515
Notes: sideshowbarker 2024-07-17 09:49:33 +09:00

View file

@ -0,0 +1,4 @@
# These are all test files, don't format them, as they maybe
# intentionally miss-formatted.
DisableFormat: true
SortIncludes: Never