1
0
Fork 0
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:
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

View file

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