From 9aa9ea7e2e2ee45a5e03a6f50883b2074b59853f Mon Sep 17 00:00:00 2001 From: Eric Crook Date: Tue, 2 Jun 2020 12:26:16 -0500 Subject: [PATCH] doc: use vfmt -w --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index f8e022f3bc..34af493348 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -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