projects
/
ulas
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aad5d59
)
Added par to formatter
author
Lukas Krickl
<lukas@krickl.dev>
Fri, 17 Nov 2023 17:26:30 +0000
(18:26 +0100)
committer
Lukas Krickl
<lukas@krickl.dev>
Fri, 17 Nov 2023 17:26:30 +0000
(18:26 +0100)
makefile
patch
|
blob
|
history
diff --git
a/makefile
b/makefile
index 09adfd9d1349bc097e717ad0ba398c53a1c5bac7..6c449402af1c7018ef1416c9113b26a1b13e262d 100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-57,7
+57,7
@@
tags:
.PHONY: format
format:
- VERSION_CONTROL=none indent -kr -ci2 -cli2 -i2 -l80 -nut -brf src/*.c $(IDIR)/*.h
+ VERSION_CONTROL=none indent -kr -ci2 -cli2 -i2 -l80 -nut -brf
-par
src/*.c $(IDIR)/*.h
.PHONY: lint
lint: