1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-02-17 15:55:20 -05:00

clang-format: Increase column limit

This commit is contained in:
Michael Carlberg 2016-11-11 19:40:33 +01:00
parent 1e08aa455b
commit d7be6b1bec

View file

@ -2,7 +2,7 @@
Language: Cpp
Standard: Cpp11
BasedOnStyle: Google
ColumnLimit: 100
ColumnLimit: 120
NamespaceIndentation: All
AlignAfterOpenBracket: DontAlign
AllowShortFunctionsOnASingleLine: Empty