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.
52 lines
1.6 KiB
52 lines
1.6 KiB
Language: Cpp |
|
AccessModifierOffset: -4 |
|
AlignAfterOpenBracket: false |
|
AlignEscapedNewlinesLeft: true |
|
AlignTrailingComments: true |
|
AllowAllParametersOfDeclarationOnNextLine: false |
|
AllowShortBlocksOnASingleLine: false |
|
AllowShortFunctionsOnASingleLine: All |
|
AllowShortIfStatementsOnASingleLine: false |
|
AllowShortLoopsOnASingleLine: false |
|
AlwaysBreakBeforeMultilineStrings: false |
|
AlwaysBreakTemplateDeclarations: true |
|
BinPackParameters: false |
|
BreakBeforeBinaryOperators: false |
|
BreakBeforeBraces: Linux |
|
BreakBeforeTernaryOperators: false |
|
BreakConstructorInitializersBeforeComma: false |
|
ColumnLimit: 0 |
|
CommentPragmas: '^ IWYU pragma:' |
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false |
|
ConstructorInitializerIndentWidth: 4 |
|
ContinuationIndentWidth: 4 |
|
Cpp11BracedListStyle: true |
|
DerivePointerAlignment: false |
|
DisableFormat: false |
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, BOOST_REVERSE_FOREACH ] |
|
IndentCaseLabels: false |
|
IndentFunctionDeclarationAfterType: false |
|
IndentWidth: 4 |
|
KeepEmptyLinesAtTheStartOfBlocks: false |
|
MaxEmptyLinesToKeep: 2 |
|
NamespaceIndentation: None |
|
ObjCSpaceAfterProperty: false |
|
ObjCSpaceBeforeProtocolList: false |
|
PenaltyBreakBeforeFirstCallParameter: 1 |
|
PenaltyBreakComment: 300 |
|
PenaltyBreakFirstLessLess: 120 |
|
PenaltyBreakString: 1000 |
|
PenaltyExcessCharacter: 1000000 |
|
PenaltyReturnTypeOnItsOwnLine: 200 |
|
PointerAlignment: Left |
|
SpaceBeforeAssignmentOperators: true |
|
SpaceBeforeParens: ControlStatements |
|
SpaceInEmptyParentheses: false |
|
SpacesBeforeTrailingComments: 1 |
|
SpacesInAngles: false |
|
SpacesInContainerLiterals: true |
|
SpacesInCStyleCastParentheses: false |
|
SpacesInParentheses: false |
|
Standard: Cpp03 |
|
TabWidth: 8 |
|
UseTab: Never
|
|
|