2014-08-15 07:25:30 +00:00
|
|
|
---
|
2016-08-15 08:33:17 +00:00
|
|
|
# BasedOnStyle: Google
|
2014-08-15 07:25:30 +00:00
|
|
|
AccessModifierOffset: -1
|
2016-08-15 08:33:17 +00:00
|
|
|
AlignAfterOpenBracket: true
|
2016-08-17 23:00:30 +00:00
|
|
|
# AlignConsecutiveAssignments: false
|
2016-08-15 08:33:17 +00:00
|
|
|
AlignEscapedNewlinesLeft: false
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: false # differs
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
2014-08-15 07:25:30 +00:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
2016-08-15 08:33:17 +00:00
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false # differs
|
|
|
|
AllowShortLoopsOnASingleLine: false # differs
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: false
|
2014-08-15 07:25:30 +00:00
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
2016-08-15 08:33:17 +00:00
|
|
|
BreakBeforeBinaryOperators: false # differs
|
2016-08-17 23:00:30 +00:00
|
|
|
BreakBeforeBraces: Attach
|
2016-08-15 08:33:17 +00:00
|
|
|
BreakBeforeTernaryOperators: true
|
2014-08-15 07:25:30 +00:00
|
|
|
BreakConstructorInitializersBeforeComma: false
|
|
|
|
BinPackParameters: false
|
2016-08-15 08:33:17 +00:00
|
|
|
BinPackArguments: false
|
2014-08-15 19:41:47 +00:00
|
|
|
ColumnLimit: 80
|
2016-08-15 08:33:17 +00:00
|
|
|
ConstructorInitializerIndentWidth: 4
|
2014-08-15 07:25:30 +00:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2016-08-15 08:33:17 +00:00
|
|
|
DerivePointerAlignment: false
|
2014-08-15 07:25:30 +00:00
|
|
|
DerivePointerBinding: true
|
2016-08-15 08:33:17 +00:00
|
|
|
IndentCaseLabels: false #differs
|
|
|
|
IndentWrappedFunctionNames: false
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
2014-08-15 07:25:30 +00:00
|
|
|
MaxEmptyLinesToKeep: 1
|
2016-08-15 08:33:17 +00:00
|
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
2014-08-15 07:25:30 +00:00
|
|
|
NamespaceIndentation: None
|
2016-08-15 08:33:17 +00:00
|
|
|
ObjCBlockIndentWidth: 2
|
|
|
|
ObjCSpaceAfterProperty: false
|
2014-08-15 07:25:30 +00:00
|
|
|
ObjCSpaceBeforeProtocolList: false
|
2016-08-15 08:33:17 +00:00
|
|
|
PenaltyBreakBeforeFirstCallParameter: 1
|
|
|
|
PenaltyBreakComment: 300
|
2014-08-15 07:25:30 +00:00
|
|
|
PenaltyBreakString: 1000
|
2016-08-15 08:33:17 +00:00
|
|
|
PenaltyBreakFirstLessLess: 120
|
2014-08-15 07:25:30 +00:00
|
|
|
PenaltyExcessCharacter: 1000000
|
|
|
|
PenaltyReturnTypeOnItsOwnLine: 200
|
2016-08-15 08:33:17 +00:00
|
|
|
PointerAlignment: Left
|
2014-08-15 07:25:30 +00:00
|
|
|
PointerBindsToType: true
|
2016-08-15 08:33:17 +00:00
|
|
|
SpacesBeforeTrailingComments: 1 #differs
|
2014-08-15 07:25:30 +00:00
|
|
|
Cpp11BracedListStyle: true
|
2016-03-16 03:37:13 +00:00
|
|
|
Standard: Cpp11
|
2014-08-15 19:41:47 +00:00
|
|
|
IndentWidth: 2
|
|
|
|
TabWidth: 8
|
|
|
|
UseTab: Never
|
2016-08-17 23:00:30 +00:00
|
|
|
SpaceAfterControlStatementKeyword: true
|
2016-08-15 08:33:17 +00:00
|
|
|
SpaceAfterCStyleCast: false
|
2014-08-15 07:25:30 +00:00
|
|
|
SpaceBeforeAssignmentOperators: true
|
2016-08-17 23:00:30 +00:00
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
SpacesInAngles: false
|
|
|
|
SpacesInContainerLiterals: true
|
|
|
|
SpacesInCStyleCastParentheses: false
|
|
|
|
SpacesInParentheses: false
|
|
|
|
SpacesInSquareBrackets: false
|
2016-08-15 08:33:17 +00:00
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
CommentPragmas: '^ IWYU pragma:'
|
|
|
|
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
|
2014-08-15 07:25:30 +00:00
|
|
|
...
|