openspades/.clang-format
2016-12-02 20:14:22 +01:00

21 lines
407 B
YAML

---
BasedOnStyle: LLVM
IndentWidth: 4
---
Language: Cpp
TabWidth: 4
ContinuationIndentWidth: 2
UseTab: ForIndentation
ColumnLimit: 100
AccessModifierOffset: -4
NamespaceIndentation: All
IndentCaseLabels: true
SpaceBeforeParens: ControlStatements
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: Inline
AllowShortCaseLabelsOnASingleLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true