ladybird/Userland/Libraries/LibCpp
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
..
Tests LibCpp: Add .clang-format to disable clang-format for the LibCpp Tests 2022-09-19 15:52:37 -07:00
AST.cpp
AST.h
CMakeLists.txt
Lexer.cpp
Lexer.h Everywhere: Fix badly-formatted includes 2022-09-17 04:00:54 +00:00
Parser.cpp
Parser.h Everywhere: Fix badly-formatted includes 2022-09-17 04:00:54 +00:00
Preprocessor.cpp
Preprocessor.h
SemanticSyntaxHighlighter.cpp
SemanticSyntaxHighlighter.h
SyntaxHighlighter.cpp
SyntaxHighlighter.h
Token.cpp
Token.h