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:
parent
93c44a2199
commit
9aa9ea7e2e
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user