##// END OF EJS Templates
formatting: enforce system headers before local headers...
Augie Fackler -
r36242:d0a3fa84 default
parent child Browse files
Show More
@@ -1,8 +1,13
1 1 BasedOnStyle: LLVM
2 2 IndentWidth: 8
3 3 UseTab: ForIndentation
4 4 BreakBeforeBraces: Linux
5 5 AllowShortIfStatementsOnASingleLine: false
6 6 IndentCaseLabels: false
7 7 AllowShortBlocksOnASingleLine: false
8 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