LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests

We don't format these files, as they might have been intentionally
formatted differently from the normal serenity style for testing.

So ignore them from our global style, so clang-format
doesn't pick them up by accident.
This commit is contained in:
Brian Gianforcaro 2022-09-19 08:48:10 -07:00 committed by Brian Gianforcaro
parent 230226028a
commit 42865b8975
Notes: sideshowbarker 2024-07-17 06:50:30 +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