]> git.saurik.com Git - apple/xnu.git/blame - iokit/.clang-format
xnu-3247.1.106.tar.gz
[apple/xnu.git] / iokit / .clang-format
CommitLineData
3e170ce0
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