forked from igel-kun/CPP_Learning_Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-format
More file actions
32 lines (27 loc) · 721 Bytes
/
Copy path.clang-format
File metadata and controls
32 lines (27 loc) · 721 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
29
30
31
32
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 110
DerivePointerAlignment: false
PointerAlignment: Left
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: InlineOnly
BreakConstructorInitializers: AfterColon
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: false
AccessModifierOffset: -4
SpaceBeforeCpp11BracedList: true
SpaceBeforeParens: ControlStatements
BreakBeforeBraces: Custom
BraceWrapping:
AfterClass: true
AfterEnum: true
AfterFunction: true
AfterStruct: true
AfterControlStatement: Always
BeforeElse: true
BeforeWhile: true
BeforeLambdaBody: true
SplitEmptyFunction: false
SplitEmptyRecord: false
IncludeBlocks: Regroup
MaxEmptyLinesToKeep: 1