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
Notes: sideshowbarker 2024-07-19 08:19:10 +09:00

View file

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