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.
make format
CONTRIBUTING.md
1 parent 83d1f01 commit 40fd910Copy full SHA for 40fd910
CONTRIBUTING.md
@@ -109,7 +109,7 @@ by setting [`formatting.gofumpt`](https://github.com/golang/tools/blob/master/go
109
To run gofumpt from your terminal go:
110
111
```
112
-go install mvdan.cc/gofumpt@latest && make format
+go install mvdan.cc/gofumpt@latest && git ls-files '*.go' ':!vendor' | xargs gofumpt -l -w
113
114
115
## Programming Font
0 commit comments