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 f60c80c commit 1fa58a8Copy full SHA for 1fa58a8
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
fmt:
2
@gofumpt -l -w .
3
@gofmt -s -w .
4
- @gci write --custom-order -s "standard,prefix(github.com/sagernet/),default" .
+ @gci write --custom-order -s standard -s "prefix(github.com/sagernet/)" -s "default" .
5
6
fmt_install:
7
go install -v mvdan.cc/gofumpt@latest
0 commit comments