mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
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:
parent
230226028a
commit
42865b8975
Notes:
sideshowbarker
2024-07-17 06:50:30 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/42865b8975 Pull-request: https://github.com/SerenityOS/serenity/pull/15287
4
Userland/Libraries/LibCpp/Tests/.clang-format
Normal file
4
Userland/Libraries/LibCpp/Tests/.clang-format
Normal file
@ -0,0 +1,4 @@
|
||||
# These are all test files, don't format them, as they maybe
|
||||
# intentionally miss-formatted.
|
||||
DisableFormat: true
|
||||
SortIncludes: Never
|
Loading…
Reference in New Issue
Block a user