You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.3 KiB
47 lines
1.3 KiB
9 years ago
|
---
|
||
|
AccessModifierOffset: -1
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
AlignTrailingComments: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakBeforeMultilineStrings: true
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBinaryOperators: false
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakConstructorInitializersBeforeComma: false
|
||
|
ColumnLimit: 80
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
ContinuationIndentWidth: 4
|
||
|
Cpp11BracedListStyle: true
|
||
|
DerivePointerAlignment: false
|
||
|
ExperimentalAutoDetectBinPacking: true
|
||
|
IndentCaseLabels: true
|
||
|
IndentFunctionDeclarationAfterType: false
|
||
|
IndentWidth: 2
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
NamespaceIndentation: None
|
||
|
ObjCSpaceBeforeProtocolList: false
|
||
|
PenaltyBreakBeforeFirstCallParameter: 10
|
||
|
PenaltyBreakComment: 60
|
||
|
PenaltyBreakFirstLessLess: 20
|
||
|
PenaltyBreakString: 1000
|
||
|
PenaltyExcessCharacter: 1000000
|
||
|
PenaltyReturnTypeOnItsOwnLine: 200
|
||
|
PointerAlignment: Left
|
||
|
SortIncludes: false
|
||
|
SpaceAfterControlStatementKeyword: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesBeforeTrailingComments: 1
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInParentheses: false
|
||
|
Standard: Cpp11
|
||
|
TabWidth: 8
|
||
|
UseTab: Never
|
||
|
...
|