This commit is contained in:
2025-07-23 20:07:57 -04:00
parent 42bc35f7c5
commit 8b68478b0c
2 changed files with 62 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ typedef struct
bool GNU;
bool git;
bool clang_format;
bool use_cpp;
} flags_t;
/* Project configuration structure */