1
0
mirror of https://github.com/golang/go synced 2024-09-25 15:20:13 -06:00
The Go programming language
Go to file
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
doc - allow for multiple method names per function type in an interface decl. 2008-11-17 18:11:36 -08:00
include symbol table changes 2008-11-20 17:32:18 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src be more precise in ftoa_test. 2008-12-01 16:03:09 -08:00
test change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
usr - enabled comment printing by default 2008-12-01 17:20:59 -08:00