2019-05-02 21:59:19 +03:00
|
|
|
AccessModifierOffset: -4
|
2019-05-03 02:48:33 +03:00
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
2019-05-02 21:59:19 +03:00
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
AlignConsecutiveDeclarations: false
|
|
|
|
AlignEscapedNewlines: Right
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: true
|
2019-05-03 02:48:33 +03:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
2019-05-02 21:59:19 +03:00
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
2019-05-03 02:48:33 +03:00
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
2019-05-02 21:59:19 +03:00
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
BreakBeforeInheritanceComma: false
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
|
|
|
BreakConstructorInitializers: BeforeComma
|
|
|
|
BreakAfterJavaFieldAnnotations: true
|
|
|
|
BreakStringLiterals: true
|
|
|
|
ColumnLimit: 160
|
|
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
|
|
CompactNamespaces: true
|
2019-05-03 02:48:33 +03:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
2019-05-02 21:59:19 +03:00
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
DisableFormat: false
|
|
|
|
ExperimentalAutoDetectBinPacking: false
|
|
|
|
FixNamespaceComments: false
|
|
|
|
IncludeBlocks: Preserve
|
|
|
|
IncludeCategories:
|
|
|
|
- Regex: '^<ext/.*\.h>'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '^<.*\.h>'
|
|
|
|
Priority: 1
|
|
|
|
- Regex: '^<.*'
|
|
|
|
Priority: 2
|
|
|
|
- Regex: '.*'
|
|
|
|
Priority: 3
|
|
|
|
IncludeIsMainRegex: '([-_](test|unittest))?$'
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentPPDirectives: None
|
|
|
|
IndentWidth: 4
|
|
|
|
IndentWrappedFunctionNames: false
|
|
|
|
JavaScriptQuotes: Single
|
|
|
|
JavaScriptWrapImports: true
|
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
|
|
MacroBlockBegin: ''
|
|
|
|
MacroBlockEnd: ''
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
NamespaceIndentation: All
|
|
|
|
ObjCBlockIndentWidth: 4
|
|
|
|
ObjCSpaceAfterProperty: false
|
|
|
|
ObjCSpaceBeforeProtocolList: true
|
|
|
|
PenaltyBreakAssignment: 2
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 19
|
|
|
|
PenaltyBreakComment: 300
|
|
|
|
PenaltyBreakFirstLessLess: 120
|
|
|
|
PenaltyBreakString: 1000
|
|
|
|
PenaltyExcessCharacter: 1000000
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 60
|
|
|
|
PointerAlignment: Left
|
|
|
|
ReflowComments: true
|
|
|
|
SortIncludes: false
|
|
|
|
SortUsingDeclarations: true
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
SpaceAfterTemplateKeyword: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesBeforeTrailingComments: 1
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInContainerLiterals: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
Standard: Cpp11
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|
|
|
|
#...
|
|
|
|
# unsupported rules
|
|
|
|
#BreakInheritanceList: AfterColon
|
|
|
|
#Language: None
|
|
|
|
#ObjCBinPackProtocolList: Auto
|
|
|
|
#PenaltyBreakTemplateDeclaration: 10
|
|
|
|
#SpaceBeforeCpp11BracedList: false
|
|
|
|
#SpaceBeforeCtorInitializerColon: true
|
|
|
|
#SpaceBeforeInheritanceColon: true
|
|
|
|
#SpaceBeforeRangeBasedForLoopColon: true
|
|
|
|
|