1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

clang-format: sort alphabetically

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Oct 24 14:47:57 UTC 2023 on atb-devel-224
This commit is contained in:
Ralph Boehme 2023-06-30 17:05:46 +02:00
parent 071b102496
commit f83d6c53cc

View File

@ -1,9 +1,14 @@
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
AlignAfterOpenBracket: Align
AlignEscapedNewlines: Left
AllowAllArgumentsOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AlwaysBreakAfterReturnType: None
BasedOnStyle: LLVM
IndentWidth: 8
ContinuationIndentWidth: 8
UseTab: true
BreakBeforeBraces: Custom
BinPackArguments: false
BinPackParameters: false
BraceWrapping:
AfterEnum: false
AfterFunction: true
@ -13,21 +18,16 @@ BraceWrapping:
BeforeElse: false
BeforeWhile: false
AfterControlStatement: MultiLine
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
ColumnLimit: 80
ContinuationIndentWidth: 8
IndentCaseLabels: false
AlignAfterOpenBracket: Align
BinPackParameters: false
BinPackArguments: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowAllArgumentsOnNextLine: true
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakAfterReturnType: None
AlignEscapedNewlines: Left
SortIncludes: false
IndentGotoLabels: false
WhitespaceSensitiveMacros: ['DEBUG']
PenaltyReturnTypeOnItsOwnLine: 1000
IndentWidth: 8
PenaltyBreakAssignment: 200
PenaltyBreakBeforeFirstCallParameter: 100
BreakBeforeBinaryOperators: None
PenaltyReturnTypeOnItsOwnLine: 1000
SortIncludes: false
UseTab: true
WhitespaceSensitiveMacros: ['DEBUG']