2014-02-13 06:30:03 +00:00
|
|
|
AccessModifierOffset: -8 # so public: and private: stays at the left site
|
2015-10-18 00:05:34 +00:00
|
|
|
AlignEscapedNewlinesLeft: true
|
2014-02-13 06:30:03 +00:00
|
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
|
BinPackParameters: true
|
|
|
|
BreakBeforeBinaryOperators: false
|
|
|
|
BreakBeforeBraces: Linux
|
|
|
|
BreakBeforeTernaryOperators: false
|
|
|
|
BreakConstructorInitializersBeforeComma: false
|
|
|
|
ColumnLimit: 0
|
2015-10-18 00:05:34 +00:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
2015-10-18 00:05:35 +00:00
|
|
|
ConstructorInitializerIndentWidth: 8
|
2015-10-18 00:05:34 +00:00
|
|
|
ContinuationIndentWidth: 8
|
2024-03-16 15:50:43 +00:00
|
|
|
ForEachMacros: [ 'for_each_dc', 'for_each_relevant_dc', 'for_each_dive', 'for_each_line' ]
|
2014-02-13 06:30:03 +00:00
|
|
|
IndentFunctionDeclarationAfterType: false #personal taste, good for long methods
|
|
|
|
IndentWidth: 8
|
|
|
|
MaxEmptyLinesToKeep: 2
|
|
|
|
NamespaceIndentation: All
|
2015-10-18 00:05:34 +00:00
|
|
|
PointerBindsToType: false
|
2014-02-13 06:30:03 +00:00
|
|
|
SpaceBeforeAssignmentOperators: true
|
2015-10-18 00:05:34 +00:00
|
|
|
# SpaceBeforeParens doesn't work --> SpaceBeforeParens: ControlStatements
|
2014-02-13 06:30:03 +00:00
|
|
|
SpacesBeforeTrailingComments: 1
|
2015-10-18 00:05:34 +00:00
|
|
|
SpacesInParentheses: false
|
2014-02-13 06:30:03 +00:00
|
|
|
UseTab: Always
|