Files
inja/.clang-format
T
2021-11-12 08:35:56 +01:00

15 lines
251 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 2
ColumnLimit: 160
---
Language: Cpp
SpaceBeforeCpp11BracedList: true
PointerAlignment: Left
AllowShortFunctionsOnASingleLine: Empty
AllowShortBlocksOnASingleLine: Empty
SpaceBeforeCtorInitializerColon: false
...