File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ BasedOnStyle : Google
3
+ IndentWidth : 4
4
+ ObjCBlockIndentWidth : 4
5
+ AllowShortIfStatementsOnASingleLine : false
6
+ AllowShortLoopsOnASingleLine : false
7
+ AllowShortFunctionsOnASingleLine : Inline
8
+ AllowShortIfStatementsOnASingleLine : false
9
+ AllowShortLoopsOnASingleLine : false
10
+ # AlignAfterOpenBracket: Align
11
+ AlignAfterOpenBracket : DontAlign
12
+ ColumnLimit : 100
13
+ BraceWrapping :
14
+ AfterClass : true
15
+ AfterControlStatement : true
16
+ AfterEnum : true
17
+ AfterFunction : true
18
+ AfterNamespace : true
19
+ AfterObjCDeclaration : true
20
+ AfterStruct : true
21
+ AfterUnion : true
22
+ BeforeCatch : true
23
+ BeforeElse : true
24
+ IndentBraces : false
25
+ BreakBeforeBraces : Custom
26
+ NamespaceIndentation : Inner
27
+ DerivePointerAlignment : false
28
+ AccessModifierOffset : -4
29
+ BinPackParameters : false
Original file line number Diff line number Diff line change
1
+ __pycache__
You can’t perform that action at this time.
0 commit comments