diff --git a/Makefile b/Makefile index a837f60..e47456e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ fmt: @gofumpt -l -w . @gofmt -s -w . - @gci write --custom-order -s "standard,prefix(github.com/sagernet/),default" . + @gci write --custom-order -s standard -s "prefix(github.com/sagernet/)" -s "default" . fmt_install: go install -v mvdan.cc/gofumpt@latest