2020-06-13 13:51:16 +08:00
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -4
|
2020-06-13 14:05:13 +08:00
|
|
|
AlignConsecutiveAssignments: true
|
2020-06-13 13:51:16 +08:00
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
|
AllowShortLambdasOnASingleLine: None
|
|
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
|
|
BraceWrapping:
|
|
|
|
AfterFunction: true
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
BreakInheritanceList: AfterColon
|
|
|
|
BreakConstructorInitializers: AfterColon
|
|
|
|
ColumnLimit: 100
|
|
|
|
IndentCaseLabels: true
|
|
|
|
IndentWidth: 4
|
|
|
|
ObjCBlockIndentWidth: 4
|
|
|
|
PenaltyBreakAssignment: 4
|
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
...
|