49 lines
1.4 KiB
Text
49 lines
1.4 KiB
Text
|
# vim: set syntax=yaml :
|
||
|
AccessModifierOffset: -4
|
||
|
AlignEscapedNewlinesLeft: false
|
||
|
AlignTrailingComments: true
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowShortFunctionsOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
AllowShortLoopsOnASingleLine: true
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
AlwaysBreakTemplateDeclarations: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBinaryOperators: true
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakBeforeTernaryOperators: false
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
ColumnLimit: 120
|
||
|
CommentPragmas: ''
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ConstructorInitializerIndentWidth: 0
|
||
|
ContinuationIndentWidth: 0
|
||
|
Cpp11BracedListStyle: false
|
||
|
DerivePointerBinding: false
|
||
|
IndentCaseLabels: false
|
||
|
IndentFunctionDeclarationAfterType: false
|
||
|
IndentWidth: 4
|
||
|
Language: Cpp
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
NamespaceIndentation: All
|
||
|
ObjCSpaceAfterProperty: true
|
||
|
ObjCSpaceBeforeProtocolList: true
|
||
|
PenaltyBreakBeforeFirstCallParameter: 100
|
||
|
PenaltyBreakComment: 100
|
||
|
PenaltyBreakFirstLessLess: 0
|
||
|
PenaltyBreakString: 100
|
||
|
PenaltyExcessCharacter: 1
|
||
|
PenaltyReturnTypeOnItsOwnLine: 20
|
||
|
PointerBindsToType: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInContainerLiterals: false
|
||
|
SpacesInParentheses: false
|
||
|
Standard: Auto
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|