chore(dev): Disable formatting on some files to prevent header resorting

This leads to compiler errors as windows.h is expected to be
the first header included for other windows related header files.
This commit is contained in:
icex2
2023-04-01 20:52:42 +02:00
parent cc677c5fbe
commit ba4ef2b6a5
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
// clang-format off
// Don't format because the order is important here
#include <windows.h>
#include <tlhelp32.h>
// clang-format on
#include <assert.h>
#include <stdbool.h>
+3
View File
@@ -1,7 +1,10 @@
#define LOG_MODULE "jbhook-mixer"
// clang-format off
// Don't format because the order is important here
#include <windows.h>
#include <mmsystem.h>
// clang-format on
#include "hook/table.h"
+3
View File
@@ -1,7 +1,10 @@
#define LOG_MODULE "jbhook-mixer"
// clang-format off
// Don't format because the order is important here
#include <windows.h>
#include <mmsystem.h>
// clang-format on
#include "hook/table.h"