2014-05-07 05:28:38 +08:00
|
|
|
---
|
2015-11-01 22:43:01 +08:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
2014-05-07 05:28:38 +08:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
2015-11-01 22:43:01 +08:00
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: true
|
|
|
|
AfterControlStatement: true
|
|
|
|
AfterEnum: true
|
|
|
|
AfterFunction: true
|
|
|
|
AfterNamespace: false
|
|
|
|
AfterObjCDeclaration: true
|
|
|
|
AfterStruct: true
|
|
|
|
AfterUnion: true
|
|
|
|
BeforeCatch: true
|
|
|
|
BeforeElse: true
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
ColumnLimit: 120
|
2014-05-07 05:28:38 +08:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2015-11-01 22:43:01 +08:00
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
DisableFormat: false
|
2014-05-07 05:28:38 +08:00
|
|
|
IndentCaseLabels: false
|
2015-11-01 22:43:01 +08:00
|
|
|
IndentWidth: 4
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
Language: Cpp
|
2014-05-07 05:28:38 +08:00
|
|
|
NamespaceIndentation: None
|
2015-11-01 22:43:01 +08:00
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
PointerAlignment: Right
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpaceBeforeParens: ControlStatements
|
2014-05-07 05:28:38 +08:00
|
|
|
SpaceInEmptyParentheses: false
|
2015-11-01 22:43:01 +08:00
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
SpacesInAngles: false
|
2014-05-07 05:28:38 +08:00
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInContainerLiterals: true
|
2015-11-01 22:43:01 +08:00
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
Standard: Cpp11
|
|
|
|
UseTab: Never
|
2014-05-07 05:28:38 +08:00
|
|
|
|
2015-11-01 22:43:01 +08:00
|
|
|
...
|