From 18ac2627ad739994c7dfd532a483542e9ddf0803 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 18:10:59 -0300 Subject: tweaks --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.2.3