File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ SpaceBeforeAssignmentOperators : false
2
+ SpaceAfterCStyleCast : true
3
+
4
+ BreakBeforeBraces : Custom
5
+ BraceWrapping :
6
+ AfterClass : true
7
+ AfterControlStatement : true
8
+ AfterEnum : true
9
+ AfterFunction : true
10
+ AfterNamespace : true
11
+ AfterStruct : true
12
+ AfterUnion : true
13
+ AfterExternBlock : true
14
+ BeforeCatch : true
15
+ BeforeElse : true
16
+ SplitEmptyFunction : true
17
+ SplitEmptyRecord : true
18
+ SplitEmptyNamespace : true
Original file line number Diff line number Diff line change
1
+ UseTab : Always
2
+ TabWidth : 8
3
+ IndentWidth : 8
4
+ BreakBeforeBinaryOperators : All
5
+ PointerAlignment : Left
6
+ AlwaysBreakAfterReturnType : TopLevel
7
+ BreakBeforeBraces : Custom
8
+ BraceWrapping :
9
+ AfterFunction : true
10
+ AccessModifierOffset : -8
You can’t perform that action at this time.
0 commit comments