26 строки
696 B
Plaintext
26 строки
696 B
Plaintext
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 4
|
||
|
UseTab: Never
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterEnum: false
|
||
|
AfterFunction: true
|
||
|
AfterStruct: false
|
||
|
AfterUnion: false
|
||
|
AfterExternBlock: true
|
||
|
BeforeElse: false
|
||
|
BeforeWhile: false
|
||
|
IndentCaseLabels: false
|
||
|
ColumnLimit: 80
|
||
|
AlignAfterOpenBracket: Align
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
AllowAllArgumentsOnNextLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlignEscapedNewlines: Left
|
||
|
ForEachMacros: ['ssh_callbacks_iterate']
|