mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
clang-format: Only indent inner namespaces
This commit is contained in:
parent
7049c755c5
commit
cfe9a81f55
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Language: Cpp
|
||||||
Standard: Cpp11
|
Standard: Cpp11
|
||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: Inner
|
||||||
AlignAfterOpenBracket: DontAlign
|
AlignAfterOpenBracket: DontAlign
|
||||||
AllowShortFunctionsOnASingleLine: Empty
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
AllowShortIfStatementsOnASingleLine: false
|
||||||
|
|
Loading…
Reference in a new issue