2014-07-01 00:45:32 +02:00
|
|
|
---
|
|
|
|
# BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -2
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlwaysBreakTemplateDeclarations: false
|
|
|
|
AlwaysBreakBeforeMultilineStrings: false
|
|
|
|
BreakBeforeBinaryOperators: false
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
2014-07-01 00:47:46 +02:00
|
|
|
BinPackParameters: false
|
2014-07-01 00:45:32 +02:00
|
|
|
ColumnLimit: 80
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
|
|
DerivePointerBinding: false
|
|
|
|
ExperimentalAutoDetectBinPacking: false
|
|
|
|
IndentCaseLabels: false
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
NamespaceIndentation: None
|
|
|
|
ObjCSpaceBeforeProtocolList: true
|
|
|
|
PenaltyBreakBeforeFirstCallParameter: 19
|
|
|
|
PenaltyBreakComment: 60
|
|
|
|
PenaltyBreakString: 1000
|
|
|
|
PenaltyBreakFirstLessLess: 120
|
|
|
|
PenaltyExcessCharacter: 1000000
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 60
|
2014-09-15 02:15:29 +02:00
|
|
|
PointerBindsToType: true
|
2014-07-01 00:45:32 +02:00
|
|
|
SpacesBeforeTrailingComments: 1
|
2019-01-18 09:45:27 +01:00
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
Standard: Cpp11
|
2014-07-01 00:45:32 +02:00
|
|
|
IndentWidth: 2
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpaceAfterControlStatementKeyword: true
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
...
|
|
|
|
|