Skip to content

Commit

Permalink
LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bgianfo committed Sep 19, 2022
1 parent 2302260 commit 42865b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Userland/Libraries/LibCpp/Tests/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are all test files, don't format them, as they maybe
# intentionally miss-formatted.
DisableFormat: true
SortIncludes: Never

0 comments on commit 42865b8

Please sign in to comment.