polybar/.clang-format

15 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
---