diff options
author | Robert Griesemer <gri@golang.org> | 2009-11-12 18:26:45 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-11-12 18:26:45 -0800 |
commit | 8b14f3bd4711a103e323d652cca8cc91fadff196 (patch) | |
tree | 622e0a47f4b5529ad0301aa5af349606cc759d8a /src/cmd/gofmt/doc.go | |
parent | 69236a9cd4cf1f090c64c06027d6faee1fe779ab (diff) | |
download | golang-8b14f3bd4711a103e323d652cca8cc91fadff196.tar.gz |
Remove -align flag from gofmt.
(Making it work correctly with -spaces is a bit of work and the output
won't make much sense as it is intended as input to tabwriter.)
Fixes issue 100.
R=rsc
http://codereview.appspot.com/154102
Diffstat (limited to 'src/cmd/gofmt/doc.go')
-rw-r--r-- | src/cmd/gofmt/doc.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmd/gofmt/doc.go b/src/cmd/gofmt/doc.go index 5851fe2d9..b0ba5e5f2 100644 --- a/src/cmd/gofmt/doc.go +++ b/src/cmd/gofmt/doc.go @@ -24,8 +24,6 @@ The flags are: align with spaces instead of tabs. -tabwidth=8 tab width in spaces. - -align=true - align columns. Debugging flags: |