]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt: clarify doc string even more
authorRobert Griesemer <gri@golang.org>
Mon, 20 Mar 2017 20:08:26 +0000 (13:08 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 20 Mar 2017 20:13:34 +0000 (20:13 +0000)
commit25b51810014cefb8dba31321fcf40eb1a008fc3e
tree2bfd1bb5ca2f1864727aecfe5c1fd4c7da2502f4
parent422c7fea70424a1443ad2841aabd262dc01bd9fe
cmd/gofmt: clarify doc string even more

Since "columns of alignment" are terminated whenever indentation
changes from one line to the next, alignment with spaces will work
independent of the actually chosen tab width. Don't mention tab width
anymore.

Follow-up on https://golang.org/cl/38374/.

For #19618.

Change-Id: I58e47dfde57834f56a98d9119670757a12fb9c41
Reviewed-on: https://go-review.googlesource.com/38379
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/gofmt/doc.go