2014-12-17 00:18:44 +01:00
|
|
|
Language: Cpp
|
|
|
|
|
MaxEmptyLinesToKeep: 1
|
2020-12-10 14:50:11 +08:00
|
|
|
SpaceBeforeParens: ControlStatements
|
2014-12-17 00:18:44 +01:00
|
|
|
SpaceInEmptyParentheses: false
|
2015-12-09 00:41:44 +01:00
|
|
|
SpacesInContainerLiterals: true
|
2014-12-17 00:18:44 +01:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
|
ContinuationIndentWidth: 8
|
|
|
|
|
IndentCaseLabels: false
|
|
|
|
|
IndentFunctionDeclarationAfterType: false
|
|
|
|
|
IndentWidth: 8
|
2020-12-14 11:57:35 +08:00
|
|
|
UseTab: ForContinuationAndIndentation
|
2015-08-05 00:03:54 +02:00
|
|
|
ColumnLimit: 0
|
2014-12-17 00:18:44 +01:00
|
|
|
BreakBeforeBraces: Attach
|
2018-09-26 10:49:16 +02:00
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
2014-12-17 00:18:44 +01:00
|
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2018-09-26 10:49:16 +02:00
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
|
AlignAfterOpenBracket: DontAlign
|
2020-12-11 19:38:12 +08:00
|
|
|
AlignEscapedNewlines: DontAlign
|
2020-12-11 19:22:48 +08:00
|
|
|
AlignConsecutiveMacros: true
|
2018-09-26 11:16:47 +02:00
|
|
|
AlignTrailingComments: false
|
2018-09-26 16:48:22 +02:00
|
|
|
AlignOperands: false
|
2018-10-01 10:47:52 +02:00
|
|
|
Cpp11BracedListStyle: false
|
2024-05-17 14:23:04 +03:00
|
|
|
ForEachMacros: ['rz_list_foreach', 'rz_list_foreach_safe', 'rz_vector_foreach', 'rz_vector_foreach_prev', 'rz_vector_enumerate', 'rz_pvector_foreach', 'rz_pvector_enumerate', 'rz_rbtree_foreach', 'rz_interval_tree_foreach', 'rz_skiplist_foreach', 'graph_foreach_anode']
|
2020-12-10 14:50:11 +08:00
|
|
|
SortIncludes: false
|
2024-04-16 15:27:48 +03:00
|
|
|
RequiresClausePosition: SingleLine
|
|
|
|
|
TypenameMacros: ['HT_', 'Ht_', 'HtName_']
|