Displaywriter fixes
[jackhill/qmk/firmware.git] / .clang-format
CommitLineData
dd290085 1---
ae9439a3
JC
2BasedOnStyle: Google
3AlignAfterOpenBracket: Align
4AlignConsecutiveAssignments: 'true'
5AlignConsecutiveDeclarations: 'true'
6AlignOperands: 'true'
7AllowAllParametersOfDeclarationOnNextLine: 'false'
8AlwaysBreakAfterDefinitionReturnType: None
9AlwaysBreakAfterReturnType: None
10AlwaysBreakBeforeMultilineStrings: 'false'
11BinPackArguments: 'true'
12BinPackParameters: 'true'
13ColumnLimit: '1000'
14IndentCaseLabels: 'true'
15IndentPPDirectives: AfterHash
c3c61dc7 16IndentWidth: '4'
ae9439a3
JC
17MaxEmptyLinesToKeep: '1'
18PointerAlignment: Right
19SortIncludes: 'false'
20SpaceBeforeAssignmentOperators: 'true'
21SpaceBeforeParens: ControlStatements
22SpaceInEmptyParentheses: 'false'
068571b9 23TabWidth: '4'
ae9439a3
JC
24UseTab: Never
25
26...