Commit 0086f6e 1 parent b0644bf commit 0086f6e Copy full SHA for 0086f6e
File tree 3 files changed +71
-0
lines changed
3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ BasedOnStyle : LLVM
2
+ AllowShortFunctionsOnASingleLine : None
3
+ BreakBeforeBraces : Allman
4
+ ColumnLimit : 100
5
+ UseTab : Never
6
+ IndentWidth : 4
7
+ TabWidth : 4
8
+ AlignAfterOpenBracket : DontAlign
9
+ Cpp11BracedListStyle : false
10
+ BreakStringLiterals : false
11
+ IndentCaseLabels : false
12
+ BinPackArguments : false
13
+ BinPackParameters : false
14
+ AlignTrailingComments : false
15
+ IncludeCategories :
16
+ - Regex : ' ^"gba/types\.h"$'
17
+ Priority : -4
18
+ - Regex : ' ^"global\.h"$'
19
+ Priority : -3
20
+ - Regex : ' ^"gba/gba\.h"$'
21
+ Priority : -2
22
+ - Regex : ' ^"gba/'
23
+ Priority : -1
24
+ - Regex : ' .\*'
25
+ Priority : 1
Original file line number Diff line number Diff line change
1
+ BasedOnStyle : LLVM
2
+ AllowShortFunctionsOnASingleLine : None
3
+ BreakBeforeBraces : Allman
4
+ ColumnLimit : 100
5
+ UseTab : Never
6
+ IndentWidth : 4
7
+ TabWidth : 4
8
+ AlignAfterOpenBracket : DontAlign
9
+ Cpp11BracedListStyle : false
10
+ BreakStringLiterals : false
11
+ IndentCaseLabels : false
12
+ BinPackArguments : false
13
+ BinPackParameters : false
14
+ IncludeCategories :
15
+ - Regex : ' ^"gba/types\.h"$'
16
+ Priority : -4
17
+ - Regex : ' ^"global\.h"$'
18
+ Priority : -3
19
+ - Regex : ' ^"gba/gba\.h"$'
20
+ Priority : -2
21
+ - Regex : ' ^"gba/'
22
+ Priority : -1
23
+ - Regex : ' .\*'
24
+ Priority : 1
Original file line number Diff line number Diff line change
1
+ BasedOnStyle : LLVM
2
+ AllowShortFunctionsOnASingleLine : None
3
+ BreakBeforeBraces : Allman
4
+ ColumnLimit : 0
5
+ UseTab : Never
6
+ IndentWidth : 4
7
+ TabWidth : 4
8
+ AlignAfterOpenBracket : DontAlign
9
+ Cpp11BracedListStyle : false
10
+ BreakStringLiterals : false
11
+ IndentCaseLabels : false
12
+ IncludeCategories :
13
+ - Regex : ' ^"gba/types\.h"$'
14
+ Priority : -4
15
+ - Regex : ' ^"global\.h"$'
16
+ Priority : -3
17
+ - Regex : ' ^"gba/gba\.h"$'
18
+ Priority : -2
19
+ - Regex : ' ^"gba/'
20
+ Priority : -1
21
+ - Regex : ' .\*'
22
+ Priority : 1
You can’t perform that action at this time.
0 commit comments