acosail_polybar/.clang-format

14 lines
317 B
Plaintext
Raw Normal View History

2022-12-02 16:54:15 +08:00
---
Language: Cpp
Standard: Cpp11
BasedOnStyle: Google
ColumnLimit: 120
NamespaceIndentation: All
AlignAfterOpenBracket: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
PointerAlignment: Left
---