Files
fall-fever/.clang-format
2022-04-24 22:12:07 +02:00

14 lines
305 B
YAML

---
BasedOnStyle: LLVM
AccessModifierOffset: '-4'
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: 'false'
AlwaysBreakTemplateDeclarations: 'true'
BreakBeforeBraces: Mozilla
ColumnLimit: '120'
IndentWidth: '4'
PointerAlignment: Right
...