mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
14 lines
351 B
YAML
14 lines
351 B
YAML
---
|
|
Language: Cpp
|
|
Standard: c++17
|
|
BasedOnStyle: Google
|
|
ColumnLimit: 120
|
|
NamespaceIndentation: Inner
|
|
AlignAfterOpenBracket: DontAlign
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
BreakConstructorInitializersBeforeComma: true
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
SpacesBeforeTrailingComments: 1
|
|
---
|