acosail_polybar/.clang-format
2022-12-02 16:54:15 +08: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
---