mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
clang-format: Increase column limit
This commit is contained in:
parent
1e08aa455b
commit
d7be6b1bec
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
Standard: Cpp11
|
Standard: Cpp11
|
||||||
BasedOnStyle: Google
|
BasedOnStyle: Google
|
||||||
ColumnLimit: 100
|
ColumnLimit: 120
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
AlignAfterOpenBracket: DontAlign
|
AlignAfterOpenBracket: DontAlign
|
||||||
AllowShortFunctionsOnASingleLine: Empty
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
|
|
Loading…
Reference in a new issue