olm/.clang-format
2021-07-01 12:12:42 +02:00

11 lines
176 B
YAML

---
BasedOnStyle: WebKit
IndentWidth: 4
ColumnLimit: 80
---
Language: Cpp
PointerAlignment: Middle
IndentCaseLabels: true
BinPackArguments: true
SpaceAfterCStyleCast: true
---