ladybird/Userland/Libraries/LibCpp/Tests/.clang-format
Brian Gianforcaro 42865b8975 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.
2022-09-19 15:52:37 -07:00

4 lines
133 B
YAML

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