Set IndentPPDirectives to "None" on clang-format

This commit is contained in:
gabime
2025-11-28 18:40:49 +02:00
parent 6004e3d14a
commit b3688ba102
83 changed files with 486 additions and 490 deletions

View File

@@ -1,10 +1,10 @@
#include "includes.h"
#ifdef _WIN32
#include <windows.h>
#include <windows.h>
#else
#include <sys/types.h>
#include <dirent.h>
#include <sys/types.h>
#include <dirent.h>
#endif
void prepare_logdir() {