chore: use shfmt same as neoformat
See https://github.com/sbdchd/neoformat/blob/master/autoload/neoformat/formatters/sh.vimmain
parent
fff663c2da
commit
a6a0789a7d
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ format:
|
||||||
go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
||||||
gofimports -w --company github.com/make-go-great,github.com/haunt98 .
|
gofimports -w --company github.com/make-go-great,github.com/haunt98 .
|
||||||
gofumpt -w -extra .
|
gofumpt -w -extra .
|
||||||
shfmt -w ./scripts ./data/zsh
|
shfmt -w -ci -i 4 ./scripts ./data/zsh
|
||||||
|
|
||||||
build:
|
build:
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
|
|
Loading…
Reference in New Issue