From c0efa07c65ab85dee65d1de4adc225a12756ab63 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 2 Dec 2009 19:32:15 -0800 Subject: [PATCH] updated documentation for gofmt R=rsc https://golang.org/cl/164085 --- src/cmd/gofmt/doc.go | 2 ++ 1 file changed, 2 insertions(+) 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.