polybar-dwm/.clang-format
2016-11-12 13:07:05 +01:00

14 lines
317 B
YAML

---
Language: Cpp
Standard: Cpp11
BasedOnStyle: Google
ColumnLimit: 120
NamespaceIndentation: All
AlignAfterOpenBracket: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
PointerAlignment: Left
---