aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 18:10:59 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 18:18:20 -0300
commit18ac2627ad739994c7dfd532a483542e9ddf0803 (patch)
tree1fd73530fb7f854f8a205acf0ebe3577abff4c04 /makefile
parentcbc9d3581196b8ef3f095c980f28512a5b30a97f (diff)
tweaks
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 325cdc4..d9cab30 100644
--- a/makefile
+++ b/makefile
@@ -19,7 +19,7 @@ include plugins/plugins.mk
# PLUGINS=./plugins/stand_in/stand_in.c
## Formatter
-STYLE_BLUEPRINT="{BasedOnStyle: webkit, AllowShortIfStatementsOnASingleLine: true, IndentCaseLabels: true}"
+STYLE_BLUEPRINT="{BasedOnStyle: webkit, AllowShortIfStatementsOnASingleLine: true, IndentCaseLabels: true, AllowShortEnumsOnASingleLine: true}"
FORMATTER=clang-format -i -style=$(STYLE_BLUEPRINT)
# Runtime files