aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 17:35:44 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 17:35:44 -0300
commit978c7ca1ccda4fc1138c607b2ffaa9fede60bf08 (patch)
tree637df171013cd4c7fce33a3b663a0a13293071e2 /makefile
parentc8ff246cc256633820a18d6cc149d027082216e1 (diff)
change formatting + refactor string code
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index bd59e59..e45ab96 100644
--- a/makefile
+++ b/makefile
@@ -19,7 +19,7 @@ include plugins/plugins.mk
# PLUGINS=./plugins/stand_in/stand_in.c
## Formatter
-STYLE_BLUEPRINT=webkit
+STYLE_BLUEPRINT="{BasedOnStyle: webkit, AllowShortIfStatementsOnASingleLine: true}"
FORMATTER=clang-format -i -style=$(STYLE_BLUEPRINT)
# Runtime files