aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 17:48:42 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 17:48:42 -0300
commit5097a1982bb7687b778255c9321407642320d24a (patch)
tree23a771f3c613753a594509fe74851eae7b38e61a /makefile
parent978c7ca1ccda4fc1138c607b2ffaa9fede60bf08 (diff)
formatting & tweaks pass
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e45ab96..325cdc4 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}"
+STYLE_BLUEPRINT="{BasedOnStyle: webkit, AllowShortIfStatementsOnASingleLine: true, IndentCaseLabels: true}"
FORMATTER=clang-format -i -style=$(STYLE_BLUEPRINT)
# Runtime files