clang-format: Only indent inner namespaces
This commit is contained in:
parent
7049c755c5
commit
cfe9a81f55
@ -3,7 +3,7 @@ Language: Cpp
|
||||
Standard: Cpp11
|
||||
BasedOnStyle: Google
|
||||
ColumnLimit: 120
|
||||
NamespaceIndentation: All
|
||||
NamespaceIndentation: Inner
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
|
Loading…
Reference in New Issue
Block a user