updated documentation for gofmt

R=rsc
https://golang.org/cl/164085
This commit is contained in:
Robert Griesemer 2009-12-02 19:32:15 -08:00
parent 69c0edd59b
commit c0efa07c65

View File

@ -24,6 +24,8 @@ The flags are:
if set, overwrite each input file with its output.
-spaces
align with spaces instead of tabs.
-tabindent
indent with tabs independent of -spaces.
-tabwidth=8
tab width in spaces.