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