1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 11:33:38 +00:00

Meta: Update .clang-format to not indent nested namespaces

This commit is contained in:
Andreas Kling 2020-03-14 10:10:21 +01:00
parent 15d5b2d29e
commit 1ec4771904

View File

@ -10,3 +10,4 @@ IndentPPDirectives: AfterHash
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
NamespaceIndentation: None