mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
27 lines
701 B
Plaintext
27 lines
701 B
Plaintext
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||
|
BasedOnStyle: LLVM
|
||
|
IndentWidth: 8
|
||
|
ContinuationIndentWidth: 8
|
||
|
UseTab: true
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterEnum: false
|
||
|
AfterFunction: true
|
||
|
AfterStruct: false
|
||
|
AfterUnion: false
|
||
|
AfterExternBlock: true
|
||
|
BeforeElse: false
|
||
|
BeforeWhile: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
ColumnLimit: 80
|
||
|
IndentCaseLabels: false
|
||
|
AlignAfterOpenBracket: Align
|
||
|
BinPackParameters: false
|
||
|
BinPackArguments: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowAllArgumentsOnNextLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlignEscapedNewlines: Left
|
||
|
SortIncludes: false
|