clang-format: Sort windows.h before other headers

master
Michael Maltese 2017-01-22 23:38:06 -08:00
parent 9cd34c7985
commit f024fd48f9
1 changed files with 4 additions and 2 deletions

View File

@ -45,10 +45,12 @@ DerivePointerAlignment: false
DisableFormat: false
ForEachMacros: []
IncludeCategories:
- Regex: '^<'
- Regex: '^<[Ww]indows\.h>$'
Priority: 1
- Regex: '^"'
- Regex: '^<'
Priority: 2
- Regex: '^"'
Priority: 3
IndentCaseLabels: false
IndentWidth: 2
IndentWrappedFunctionNames: false