2015-11-02 22:23:52 +01:00
|
|
|
Language: Cpp
|
2014-07-09 18:17:23 +02:00
|
|
|
AccessModifierOffset: -4
|
2015-11-02 22:23:52 +01:00
|
|
|
AlignAfterOpenBracket: false
|
2014-07-09 18:17:23 +02:00
|
|
|
AlignEscapedNewlinesLeft: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
2017-01-28 16:58:29 +01:00
|
|
|
AllowShortIfStatementsOnASingleLine: true
|
2014-07-09 18:17:23 +02:00
|
|
|
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
|
|
|
|
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
|
2017-06-15 17:31:58 +02:00
|
|
|
Standard: Cpp11
|
2014-07-09 18:17:23 +02:00
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|