From: Robert Griesemer Date: Thu, 3 Dec 2009 03:32:15 +0000 (-0800) Subject: updated documentation for gofmt X-Git-Tag: weekly.2009-12-07~57 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c0efa07c65ab85dee65d1de4adc225a12756ab63;p=gostls13.git updated documentation for gofmt R=rsc https://golang.org/cl/164085 --- diff --git a/src/cmd/gofmt/doc.go b/src/cmd/gofmt/doc.go index fcaf9e7039..4b4adba030 100644 --- a/src/cmd/gofmt/doc.go +++ b/src/cmd/gofmt/doc.go @@ -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.