mirror of https://github.com/polybar/polybar.git
clang-format: Only indent inner namespaces
This commit is contained in:
parent
7049c755c5
commit
cfe9a81f55
|
@ -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 New Issue