radare2/doc/clang-format
2014-12-17 00:18:44 +01:00

20 lines
524 B
Plaintext

Language: Cpp
MaxEmptyLinesToKeep: 1
SpaceBeforeParens: Always
SpaceInEmptyParentheses: false
BasedOnStyle: LLVM
ContinuationIndentWidth: 8
IndentCaseLabels: false
IndentFunctionDeclarationAfterType: false
IndentWidth: 8
UseTab: Always
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 78
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: false
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Inline
# This requires LLVM > 3.5
AllowShortBlocksOnASingleLine: true