doc: use vfmt -w

pull/5182/head
Eric Crook 2020-06-02 12:26:16 -05:00 committed by GitHub
parent 93c44a2199
commit 9aa9ea7e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1463,7 +1463,7 @@ v fmt file.v
It's recommended to set up your editor, so that vfmt runs on every save.
A vfmt run is usually pretty cheap (takes <30ms).
Always run `v fmt file.v` before pushing your code.
Always run `v fmt -w file.v` before pushing your code.
## Writing Documentation