2014-12-17 07:18:44 +08:00
|
|
|
Language: Cpp
|
|
|
|
MaxEmptyLinesToKeep: 1
|
|
|
|
SpaceBeforeParens: Always
|
|
|
|
SpaceInEmptyParentheses: false
|
2015-12-09 07:41:44 +08:00
|
|
|
SpacesInContainerLiterals: true
|
2014-12-17 07:18:44 +08:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
IndentCaseLabels: false
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
IndentWidth: 8
|
2020-12-10 14:46:19 +08:00
|
|
|
UseTab: ForContinuationAndIndentation
|
2015-08-05 06:03:54 +08:00
|
|
|
ColumnLimit: 0
|
2014-12-17 07:18:44 +08:00
|
|
|
BreakBeforeBraces: Attach
|
2018-09-26 16:49:16 +08:00
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2014-12-17 07:18:44 +08:00
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2018-09-26 16:49:16 +08:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
2020-12-10 14:46:19 +08:00
|
|
|
AlignEscapedNewlines: DontAlign
|
|
|
|
AlignConsecutiveMacros: true
|
2018-09-26 17:16:47 +08:00
|
|
|
AlignTrailingComments: false
|
2018-09-26 22:48:22 +08:00
|
|
|
AlignOperands: false
|
2018-10-01 16:47:52 +08:00
|
|
|
Cpp11BracedListStyle: false
|
2020-12-10 14:46:19 +08:00
|
|
|
ForEachMacros: ['r_list_foreach', 'ls_foreach', 'fcn_tree_foreach_intersect', 'r_skiplist_foreach', 'graph_foreach_anode', 'r_list_foreach_safe', 'r_pvector_foreach', 'r_rbtree_foreach', 'r_interval_ tree_foreach']
|
|
|
|
SortIncludes: false
|