forked from FujiNetWIFI/fujinet-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-format
33 lines (33 loc) · 791 Bytes
/
.clang-format
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
29
30
31
32
33
BasedOnStyle: LLVM
ColumnLimit: 140
AllowShortBlocksOnASingleLine: false
AlwaysBreakAfterReturnType: None
AllowShortFunctionsOnASingleLine: Empty
IncludeBlocks: Preserve
SortIncludes: false
UseTab: Always
IndentWidth: 4
TabWidth: 4
AccessModifierOffset: -4
AlignConsecutiveMacros: true
AlwaysBreakTemplateDeclarations: Yes
BreakInheritanceList: AfterColon
BreakBeforeBraces: Custom
BraceWrapping:
AfterCaseLabel: false
AfterClass: true
AfterControlStatement: true
AfterEnum: true
AfterFunction: true
AfterNamespace: true
AfterStruct: true
AfterUnion: true
AfterExternBlock: true
BeforeCatch: false
BeforeElse: true
BeforeLambdaBody: false
BeforeWhile: false
SplitEmptyRecord: false
SplitEmptyNamespace: false
SplitEmptyFunction: false
IndentPPDirectives: None