File tree 4 files changed +240
-216
lines changed
4 files changed +240
-216
lines changed Original file line number Diff line number Diff line change
1
+ BasedOnStyle : Google
2
+ ColumnLimit : 80
3
+ AlignAfterOpenBracket : DontAlign
4
+ AlignTrailingComments : true
5
+ AlignOperands : true
6
+ BinPackParameters : true
7
+ BreakBeforeBraces : Custom
8
+ BraceWrapping :
9
+ AfterClass : false
10
+ AfterControlStatement : false
11
+ AfterEnum : false
12
+ AfterFunction : false
13
+ AfterNamespace : false
14
+ AfterStruct : false
15
+ AfterUnion : false
16
+ AfterExternBlock : false
17
+ BeforeCatch : false
18
+ BeforeElse : false
19
+ IndentBraces : false
20
+ SplitEmptyFunction : false
21
+ SplitEmptyRecord : false
22
+ SplitEmptyNamespace : false
23
+ BreakBeforeBinaryOperators : true
24
+ ContinuationIndentWidth : 4
25
+ Cpp11BracedListStyle : false
Original file line number Diff line number Diff line change 1
1
{
2
- "clang-format.style" : " {BasedOnStyle: LLVM}" ,
3
2
"editor.formatOnSave" : true
4
3
}
You can’t perform that action at this time.
0 commit comments