oxide2/.clang-format
Emily Hudson 7fab9d0c00 Initial.
2020-06-26 18:11:51 +01:00

17 lines
421 B
YAML

---
ColumnLimit: '0'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortIfStatementsOnASingleLine: 'true'
AllowShortLoopsOnASingleLine: 'true'
AccessModifierOffset: '-4'
IndentCaseLabels: 'false'
IndentWidth: '4'
Standard: Cpp11
AlignOperands: 'true'
AlignConsecutiveAssignments: 'true'
AlignEscapedNewlinesLeft: 'true'
AlignConsecutiveDeclarations: 'true'
AlignAfterOpenBracket: 'true'
BinPackParameters: 'true'
...