1TBS reflow with clang-format.
[open-adventure.git] / Makefile
index 49c909ef9fde49a559fbcb0c87839f35c004c730..9c837d26e6608aae653e471e0b8ccfdd774796d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,9 @@ cheat: $(CHEAT_OBJS) dungeon.o
 check: advent cheat
        cd tests; $(MAKE) --quiet
 
+reflow:
+       @clang-format --style="{IndentWidth: 8, UseTab: ForIndentation}" -i $$(find . -name "*.[ch]")
+
 # Requires gcov, lcov, libasan6, and libubsan1
 # The last two are Ubuntu names, might vary on other distributions.
 # After this, run your browser on coverage/open-adventure/index.html