1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

doc: use vfmt -w

This commit is contained in:
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

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. It's recommended to set up your editor, so that vfmt runs on every save.
A vfmt run is usually pretty cheap (takes <30ms). 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 ## Writing Documentation