mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
14 lines
317 B
Text
14 lines
317 B
Text
|
---
|
||
|
Language: Cpp
|
||
|
Standard: Cpp11
|
||
|
BasedOnStyle: Google
|
||
|
ColumnLimit: 100
|
||
|
NamespaceIndentation: All
|
||
|
AlignAfterOpenBracket: DontAlign
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
BreakConstructorInitializersBeforeComma: true
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Left
|
||
|
---
|