We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb596b8 commit 49bee5cCopy full SHA for 49bee5c
Makefile
@@ -207,7 +207,7 @@ install-man: man
207
.PHONY: cfmt
208
cfmt: C_SRC=$(shell git ls-files '*.c' | grep -v '^vendor/')
209
cfmt:
210
- indent -linux -l120 -il0 -ppi2 -cp1 -T size_t -T jmp_buf $(C_SRC)
+ indent -linux -l120 -il0 -ppi2 -cp1 -sar -T size_t -T jmp_buf $(C_SRC)
211
212
.PHONY: shellcheck
213
shellcheck:
0 commit comments