summaryrefslogtreecommitdiff
path: root/src/pkg/go/printer/nodes.go
AgeCommit message (Expand)AuthorFilesLines
2009-11-05gofmt the last outstanding files in src/pkgRobert Griesemer1-0/+9
2009-11-05gofmt'ed parts of goRobert Griesemer1-33/+37
2009-11-052nd attempt: no noIndent for string listsRobert Griesemer1-1/+2
2009-11-04- add a blank before the opening { for multi-line compositesRobert Griesemer1-2/+15
2009-11-04- always format blocks with closing } on a new line, even if emptyRobert Griesemer1-24/+35
2009-11-04- respect source line breaks in grouped declarationsRobert Griesemer1-17/+17
2009-11-03- don't loose extra line breaks in struct/interface declarationsRobert Griesemer1-11/+17
2009-11-02split printer.go into two files; it has become too large:Robert Griesemer1-0/+1083