openspades/.clang-format

21 lines
407 B
Plaintext
Raw Normal View History

2016-12-01 21:46:42 +01:00
---
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