Include sorting causes problems on windows

For some reason you need to include <windows.h> before some other
includes, because recursive include isn't a thing on windows I guess
This commit is contained in:
zvon 2020-04-15 11:45:10 +02:00
parent ce08a0c650
commit 93fa1ec618

View File

@ -8,7 +8,7 @@ Cpp11BracedListStyle: 'false'
IndentWidth: '4'
Language: Cpp
PointerAlignment: Right
SortIncludes: 'true'
SortIncludes: 'false'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: 'false'