radare2/.clang-format

22 lines
708 B
Plaintext
Raw Normal View History

2014-12-16 23:18:44 +00:00
Language: Cpp
MaxEmptyLinesToKeep: 1
SpaceBeforeParens: Always
SpaceInEmptyParentheses: false
2015-12-08 23:41:44 +00:00
SpacesInContainerLiterals: true
2014-12-16 23:18:44 +00:00
BasedOnStyle: LLVM
ContinuationIndentWidth: 8
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 8
UseTab: Always
2015-08-04 22:03:54 +00:00
ColumnLimit: 0
2014-12-16 23:18:44 +00:00
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: true
AllowShortIfStatementsOnASingleLine: false
2014-12-16 23:18:44 +00:00
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortLoopsOnASingleLine: false
AlignAfterOpenBracket: DontAlign
AlignTrailingComments: false
2018-09-26 14:48:22 +00:00
AlignOperands: false
ForEachMacros: ['r_list_foreach', 'ls_foreach', 'fcn_tree_foreach_intersect', 'r_skiplist_foreach', 'graph_foreach_anode']