]> Cypherpunks.ru repositories - gostls13.git/commit
flag: use four spaces before tab, not three
authorRuss Cox <rsc@golang.org>
Thu, 12 Mar 2015 18:35:37 +0000 (14:35 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 12 Mar 2015 18:43:06 +0000 (18:43 +0000)
commitd022266a9a2e77eaeccdbe25241250d559bdc903
tree6ef777951607ae3a9b8659cc528e87b4e6767d34
parent363617c7d3afdc9df3caf49a240679d6b6c7cc4b
flag: use four spaces before tab, not three

Four spaces is what works well for both 4- and 8-space tab stops.

Screen with fixed-width font and 4-space tab stops:
http://imgur.com/lps5Lbb

Change-Id: I7d2b813d674c3e0a68f79d63bc5d5ec5bd4f87bb
Reviewed-on: https://go-review.googlesource.com/7503
Reviewed-by: Rob Pike <r@golang.org>
src/flag/flag.go
src/flag/flag_test.go