clang-format: Only indent inner namespaces

This commit is contained in:
patrick96 2022-10-31 23:04:57 +01:00
parent 7049c755c5
commit cfe9a81f55
No known key found for this signature in database
GPG Key ID: 521E5E03AEBCA1A7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Language: Cpp
Standard: Cpp11
BasedOnStyle: Google
ColumnLimit: 120
NamespaceIndentation: All
NamespaceIndentation: Inner
AlignAfterOpenBracket: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false