mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 15:53:12 +02:00
2d8df60e14
* We will have #ifdef.. then space+#define etc.. indentation.. but we obviously don't want that for include guards like #ifndef __struct_include__ because then like 3000+ lines in include/struct.h will start with a space. Now, clang-format has detection for this, but it doesn't kick in at 2 files (including include/struct.h) because of a minor thingy we fix here. * Add clang-format off to a few tables, who were auto generated or copied anyway.