##// END OF EJS Templates
formatting: enforce system headers before local headers...
Augie Fackler -
r36242:d0a3fa84 default
parent child Browse files
Show More
@@ -6,3 +6,8 b' AllowShortIfStatementsOnASingleLine: fal'
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