2014-05-07 05:28:38 +08:00
|
|
|
---
|
2015-11-01 22:43:01 +08:00
|
|
|
BasedOnStyle: LLVM
|
2016-01-18 14:23:31 +08:00
|
|
|
AccessModifierOffset: -4
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
2016-12-04 20:29:10 +08:00
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlignOperands: false
|
2016-01-18 14:23:31 +08:00
|
|
|
AlignTrailingComments: false
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
2015-11-01 22:43:01 +08:00
|
|
|
AllowShortBlocksOnASingleLine: false
|
2016-12-04 20:29:10 +08:00
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
2015-11-01 22:43:01 +08:00
|
|
|
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
|
2016-12-04 20:29:10 +08:00
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2015-11-01 22:43:01 +08:00
|
|
|
BreakBeforeBraces: Custom
|
2016-12-24 23:04:57 +08:00
|
|
|
ColumnLimit: 0
|
2014-05-07 05:28:38 +08:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2016-01-18 14:23:31 +08:00
|
|
|
Cpp11BracedListStyle: true
|
2015-11-01 22:43:01 +08:00
|
|
|
DerivePointerAlignment: false
|
|
|
|
DisableFormat: false
|
2016-12-04 20:29:10 +08:00
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^<xlnt/xlnt_config.hpp>$'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '^<xlnt/'
|
|
|
|
Priority: 3
|
|
|
|
- Regex: '^<detail/'
|
|
|
|
Priority: 4
|
|
|
|
- Regex: '^<.*>&'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '^".*"'
|
|
|
|
Priority: 5
|
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
|
2016-01-18 14:23:31 +08:00
|
|
|
PenaltyBreakComment: 1000
|
2015-11-01 22:43:01 +08:00
|
|
|
PointerAlignment: Right
|
2016-12-04 20:29:10 +08:00
|
|
|
SortIncludes: true
|
2015-11-01 22:43:01 +08:00
|
|
|
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
|
|
|
...
|