Files
fall-fever/.clang-format
2022-06-06 00:49:47 +02:00

14 lines
311 B
YAML

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