Show More
@@ -1,8 +1,13 | |||||
1 | BasedOnStyle: LLVM |
|
1 | BasedOnStyle: LLVM | |
2 | IndentWidth: 8 |
|
2 | IndentWidth: 8 | |
3 | UseTab: ForIndentation |
|
3 | UseTab: ForIndentation | |
4 | BreakBeforeBraces: Linux |
|
4 | BreakBeforeBraces: Linux | |
5 | AllowShortIfStatementsOnASingleLine: false |
|
5 | AllowShortIfStatementsOnASingleLine: false | |
6 | IndentCaseLabels: false |
|
6 | IndentCaseLabels: false | |
7 | AllowShortBlocksOnASingleLine: false |
|
7 | AllowShortBlocksOnASingleLine: false | |
8 | AllowShortFunctionsOnASingleLine: false |
|
8 | AllowShortFunctionsOnASingleLine: false | |
|
9 | IncludeCategories: | |||
|
10 | - Regex: '^<' | |||
|
11 | Priority: 1 | |||
|
12 | - Regex: '^"' | |||
|
13 | Priority: 2 |
General Comments 0
You need to be logged in to leave comments.
Login now