ctdb-tests: Avoid ShellCheck warnings
[Samba.git] / .clang-format
blob5385807bc1c276222bc82624814ada63726fe96a
1 # https://clang.llvm.org/docs/ClangFormatStyleOptions.html
2 BasedOnStyle: LLVM
3 IndentWidth: 8
4 ContinuationIndentWidth: 8
5 UseTab: true
6 BreakBeforeBraces: Custom
7 BraceWrapping:
8     AfterEnum: false
9     AfterFunction: true
10     AfterStruct: false
11     AfterUnion: false
12     AfterExternBlock: true
13     BeforeElse: false
14     BeforeWhile: false
15 AllowShortIfStatementsOnASingleLine: false
16 ColumnLimit: 80
17 IndentCaseLabels: false
18 AlignAfterOpenBracket: Align
19 BinPackParameters: false
20 BinPackArguments: false
21 AllowAllParametersOfDeclarationOnNextLine: false
22 AllowAllArgumentsOnNextLine: false
23 AllowShortFunctionsOnASingleLine: Empty
24 AlwaysBreakAfterReturnType: None
25 AlignEscapedNewlines: Left
26 SortIncludes: false