2020-06-23 19:10:58 +09:00
|
|
|
---
|
|
|
|
|
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
|
2020-07-02 11:21:00 +09:00
|
|
|
AlignEscapedNewlines: Left
|
2020-06-23 19:10:58 +09:00
|
|
|
---
|