1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-02-10 15:46:58 -05:00
polybar/.clang-format

14 lines
317 B
Text
Raw Normal View History

2016-06-15 05:32:35 +02:00
---
Language: Cpp
Standard: Cpp11
BasedOnStyle: Google
2016-11-11 19:40:33 +01:00
ColumnLimit: 120
2016-06-15 05:32:35 +02:00
NamespaceIndentation: All
AlignAfterOpenBracket: DontAlign
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
BreakConstructorInitializersBeforeComma: true
DerivePointerAlignment: false
PointerAlignment: Left
---