Skip to content

Commit

Permalink
clang-format: Sort windows.h before other headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ligfx committed Jan 23, 2017
1 parent 9cd34c7 commit f024fd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Source/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f024fd4

Please sign in to comment.