1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/cmd/gofmt
Robert Griesemer 58c5e62f8b better gofmt formatting:
- first cut a better line breaks in expr lists
- trailing commas and semis printed where we tend to write them
- fixed a couple of minor spacing issues (interface{}, chan<-, map[x]y, x: y)
- removed some formatting flags from gofmt: no need to change default
- removed option to reverse declaration order when printing
- excluded files from test that cause trouble with idempotency test for now

R=rsc
DELTA=497  (364 added, 83 deleted, 50 changed)
OCL=34539
CL=34544
2009-09-10 17:27:06 -07:00
..
gofmt.go better gofmt formatting: 2009-09-10 17:27:06 -07:00
Makefile add and use Make.cmd 2009-08-27 11:17:14 -07:00
test.sh better gofmt formatting: 2009-09-10 17:27:06 -07:00