mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-30 16:40:57 +00:00
32 lines
774 B
Plaintext
32 lines
774 B
Plaintext
Language: Cpp
|
|
MaxEmptyLinesToKeep: 1
|
|
SpaceBeforeParens: Always
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInContainerLiterals: true
|
|
BasedOnStyle: LLVM
|
|
ContinuationIndentWidth: 8
|
|
IndentCaseLabels: false
|
|
IndentFunctionDeclarationAfterType: false
|
|
IndentWidth: 8
|
|
UseTab: Always
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 0
|
|
BreakBeforeBraces: Attach
|
|
BraceWrapping: {
|
|
AfterClass: 'true'
|
|
AfterControlStatement: 'true'
|
|
AfterEnum : 'true'
|
|
AfterFunction : 'true'
|
|
AfterNamespace : 'true'
|
|
AfterStruct : 'true'
|
|
AfterUnion : 'true'
|
|
BeforeCatch : 'true'
|
|
BeforeElse : 'true'
|
|
IndentBraces : 'true'
|
|
}
|
|
BreakBeforeTernaryOperators: false
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortLoopsOnASingleLine: true
|