forked from forntoh/LcdMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
28 lines (28 loc) · 734 Bytes
/
.clang-format
File metadata and controls
28 lines (28 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 0
AllowShortBlocksOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
IndentCaseLabels: true
IndentCaseBlocks: true
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: false
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterObjCDeclaration: true
AfterStruct: false
AfterUnion: true
AfterExternBlock: true
BeforeElse: false
SplitEmptyFunction: false
BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: Align
AllowAllParametersOfDeclarationOnNextLine: false
PointerAlignment: Left
SpacesBeforeTrailingComments: 2