Skip to content

Commit 1fa58a8

Browse files
committed
Update gci usage
1 parent f60c80c commit 1fa58a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fmt:
22
@gofumpt -l -w .
33
@gofmt -s -w .
4-
@gci write --custom-order -s "standard,prefix(github.com/sagernet/),default" .
4+
@gci write --custom-order -s standard -s "prefix(github.com/sagernet/)" -s "default" .
55

66
fmt_install:
77
go install -v mvdan.cc/gofumpt@latest

0 commit comments

Comments
 (0)