aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-19 15:47:22 +1300
committerAndrew Chambers <[email protected]>2021-10-19 15:47:22 +1300
commit66269a6c54613908a3c1a5851437044717b21d7e (patch)
tree86a52d9993b6e609a07e4481c04cad22ce42e309 /Makefile
parent61a23eb3fd34408ade4f4724fd992a5877d857e1 (diff)
Change formatting style.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a615f8a..1970b64 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,9 @@ parse.o: asm.peg.inc
main.o parse.o util.o: minias.h
fmt:
- clang-format -i *.c *.h
+ clang-format \
+ -style='{BasedOnStyle: WebKit, AlwaysBreakAfterReturnType: TopLevelDefinitions, ColumnLimit: 100}'\
+ -i *.c *.h
check:
sh test/test.sh