Ensure clang-format doesn't change the include order of Windows headers
This commit is contained in:
		@@ -7,9 +7,11 @@
 | 
			
		||||
 | 
			
		||||
#if _WIN32
 | 
			
		||||
 | 
			
		||||
// clang-format off
 | 
			
		||||
#include <intrin.h>
 | 
			
		||||
#include <psapi.h>
 | 
			
		||||
#include <windows.h>
 | 
			
		||||
#include <psapi.h>
 | 
			
		||||
// clang-format on
 | 
			
		||||
 | 
			
		||||
typedef struct {
 | 
			
		||||
  bool Initialized;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user