tool-default-configs/.clang-format

14 lines
No EOL
196 B
YAML

---
BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 100
---
Language: Cpp
AllowShortFunctionsOnASingleLine: Inline
IndentCaseLabels: false
DerivePointerAlignment: false
PointerAlignment: Left