mirror of
https://github.com/zeldaret/tmc
synced 2026-08-04 09:09:32 -04:00
Disabling clang format for flags.h
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "global.h"
|
||||
|
||||
// clang-format off
|
||||
|
||||
bool32 CheckFlags(u32);
|
||||
bool32 CheckGlobalFlag(u32);
|
||||
bool32 CheckGlobalFlags(u32, u32);
|
||||
@@ -1762,4 +1764,6 @@ typedef enum {
|
||||
END_12,
|
||||
} LocalFlags12;
|
||||
|
||||
// clang-format on
|
||||
|
||||
#endif // FLAGS_H
|
||||
|
||||
Reference in New Issue
Block a user