mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
clang-format: Sort windows.h before other headers
This commit is contained in:
parent
9cd34c7985
commit
f024fd48f9
@ -45,10 +45,12 @@ DerivePointerAlignment: false
|
|||||||
DisableFormat: false
|
DisableFormat: false
|
||||||
ForEachMacros: []
|
ForEachMacros: []
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
- Regex: '^<'
|
- Regex: '^<[Ww]indows\.h>$'
|
||||||
Priority: 1
|
Priority: 1
|
||||||
- Regex: '^"'
|
- Regex: '^<'
|
||||||
Priority: 2
|
Priority: 2
|
||||||
|
- Regex: '^"'
|
||||||
|
Priority: 3
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
IndentWrappedFunctionNames: false
|
IndentWrappedFunctionNames: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user