Files
Vangers/.clang-format
2020-07-02 11:21:00 +09:00

26 lines
648 B
YAML

---
BasedOnStyle: LLVM
#IndentWidth: 4
#UseTab: ForIndentation
IndentWidth: 4
TabWidth: 4
UseTab: Always
ColumnLimit: 100
BreakBeforeBraces: Attach
IndentPPDirectives: AfterHash
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: false
SpaceBeforeCtorInitializerColon: false
SpaceBeforeInheritanceColon: false
SpaceBeforeParens: ControlStatements
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlines: Left
---