mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
54 lines
1.7 KiB
Plaintext
54 lines
1.7 KiB
Plaintext
|
Language: Cpp
|
||
|
AccessModifierOffset: -2
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
BreakBeforeBinaryOperators: false
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
BinPackParameters: false
|
||
|
ColumnLimit: 160
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
DerivePointerAlignment: false
|
||
|
ExperimentalAutoDetectBinPacking: false
|
||
|
IndentCaseLabels: true
|
||
|
IndentWrappedFunctionNames: false
|
||
|
IndentFunctionDeclarationAfterType: false
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
NamespaceIndentation: All
|
||
|
ObjCSpaceAfterProperty: false
|
||
|
ObjCSpaceBeforeProtocolList: false
|
||
|
PenaltyBreakBeforeFirstCallParameter: 1
|
||
|
PenaltyBreakComment: 300
|
||
|
PenaltyBreakString: 1000
|
||
|
PenaltyBreakFirstLessLess: 120
|
||
|
PenaltyExcessCharacter: 1000000
|
||
|
PenaltyReturnTypeOnItsOwnLine: 200
|
||
|
PointerAlignment: Left
|
||
|
SpacesBeforeTrailingComments: 2
|
||
|
Cpp11BracedListStyle: true
|
||
|
Standard: Cpp11
|
||
|
IndentWidth: 2
|
||
|
TabWidth: 2
|
||
|
UseTab: Never
|
||
|
BreakBeforeBraces: Allman
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInAngles: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
ContinuationIndentWidth: 4
|
||
|
CommentPragmas: '^ IWYU pragma:'
|
||
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
DisableFormat: false
|