Avocado/.clang-format
Jakub Czekański fb7997fc16 externals: Update submodules
gui: fixes
2019-12-05 22:35:34 +01:00

12 lines
235 B
YAML

---
BasedOnStyle: Google
Language: Cpp
IndentWidth: 4
ColumnLimit: 140
PointerAlignment: Left
AlignTrailingComments: true
BreakBeforeBinaryOperators: All
AlignOperands: true
AllowShortCaseLabelsOnASingleLine: true
SortIncludes: false