]> git.saurik.com Git - apple/xnu.git/blame - libkern/.clang-format
xnu-3789.1.32.tar.gz
[apple/xnu.git] / libkern / .clang-format
CommitLineData
39037602
A
1# See top level .clang-format for explanation of options
2AlignEscapedNewlinesLeft: true
3AlignTrailingComments: true
4AllowAllParametersOfDeclarationOnNextLine: true
5AllowShortBlocksOnASingleLine: true
6AllowShortCaseLabelsOnASingleLine: true
7AllowShortFunctionsOnASingleLine: None
8AllowShortIfStatementsOnASingleLine: false
9AllowShortLoopsOnASingleLine: false
10AlwaysBreakAfterDefinitionReturnType: false
11AlwaysBreakBeforeMultilineStrings: true
12BinPackArguments: true
13BinPackParameters: false
14BreakBeforeBinaryOperators: None
15BreakBeforeBraces: Allman
16ColumnLimit: 132
17IndentCaseLabels: false
18IndentWidth: 4
19IndentWrappedFunctionNames: false
20KeepEmptyLinesAtTheStartOfBlocks: false
21PointerAlignment: Middle
22SpaceAfterCStyleCast: false
23SpaceBeforeAssignmentOperators: true
24SpaceBeforeParens: ControlStatements
25SpaceInEmptyParentheses: false
26SpacesInCStyleCastParentheses: false
27SpacesInParentheses: false
28SpacesInSquareBrackets: false
29TabWidth: 4
30UseTab: Never