diff options
| author | Robert Griesemer <gri@golang.org> | 2009-12-02 19:32:15 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-12-02 19:32:15 -0800 |
| commit | b7bc89750bfcae2432653c3cd79ad5570b9c456d (patch) | |
| tree | 96e9193c17795b7720184a3d01a62138d3212c8f | |
| parent | e62f13d84f08e4d41ffb47343f901e63b5347e5e (diff) | |
| download | golang-b7bc89750bfcae2432653c3cd79ad5570b9c456d.tar.gz | |
updated documentation for gofmt
R=rsc
http://codereview.appspot.com/164085
| -rw-r--r-- | src/cmd/gofmt/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/gofmt/doc.go b/src/cmd/gofmt/doc.go index fcaf9e703..4b4adba03 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. |
