1TBS reflow with clang-format.
This commit is contained in:
parent
c11938aed5
commit
be429016af
9 changed files with 4137 additions and 3936 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue