578856415ab566163dfbabd5bf9049bcee640aaa
[dosdemo] / .clang-format
1 UseCRLF: false
2 UseTab: Always
3 TabWidth: 4
4 IndentWidth: 4
5 ColumnLimit: 95
6 SortIncludes: Never
7 SpaceBeforeParens: Never
8 BreakBeforeBraces: Custom
9 BraceWrapping:
10         AfterFunction: true
11 AlignAfterOpenBracket: DontAlign
12 AlignConsecutiveAssignments: None
13 AlignConsecutiveMacros: AcrossEmptyLines
14 AlignEscapedNewlines: DontAlign
15 AlignOperands: DontAlign
16 AllowAllArgumentsOnNextLine: false
17 AllowAllParametersOfDeclarationOnNextLine: false
18 AllowShortEnumsOnASingleLine: true
19 AllowShortIfStatementsOnASingleLine: WithoutElse
20 AllowShortLoopsOnASingleLine: true
21 BinPackArguments: true
22 BinPackParameters: true
23 BreakBeforeBinaryOperators: NonAssignment
24 BreakStringLiterals: true
25 SpaceInEmptyParentheses: false
26 IndentCaseLabels: false
27 ReflowComments: true
28 PointerAlignment: Right
29 SpacesInCStyleCastParentheses: false
30 SpaceAfterCStyleCast: false
31 PenaltyBreakAssignment: 1000
32 SpaceBeforeParens: Never
33 SpaceAfterLogicalNot: false