1
0
mirror of https://github.com/golang/go synced 2024-10-03 18:11:22 -06:00
go/usr
Robert Griesemer 37bdd3c3f5 - enabled comment printing by default
- changed tab width to 8 chars by default to make test run properly
- excluded 4 files that are not idempotently printed
- fixed a couple of incorrect file position recordings in parser
- fine-tuned layout engine
- white-space formatting reasonable, but not perfect
- no handling of overlong lines
R=r

To use with smaller tabs:           pretty -tabwidth=4 file.go
To use with blanks instead of tabs: pretty -usetabs=0 file.go

OCL=20184
CL=20184
2008-12-01 17:20:59 -08:00
..
gri - enabled comment printing by default 2008-12-01 17:20:59 -08:00
rsc/mem First pieces of malloc. 2008-11-17 12:32:35 -08:00