1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:21:22 -06:00
go/src/pkg/asn1
Robert Griesemer e8a049b440 gofmt: modified algorithm for alignment of multi-line composite/list entries
- only manual changes are in src/pkg/go/printer/nodes.go
- use a heuristic to determine "outliers" such that not entire composites are
  forced to align with them
- improves several places that were not unligned before due too simple heuristic
- unalignes some cases that contain "outliers"
- gofmt -w src misc

Fixes #644.

R=rsc, r
CC=golang-dev
https://golang.org/cl/241041
2010-03-04 17:37:15 -08:00
..
asn1_test.go gofmt: modified algorithm for alignment of multi-line composite/list entries 2010-03-04 17:37:15 -08:00
asn1.go asn1: Fixes and additions to marshalling 2010-02-05 05:42:02 -05:00
common.go asn1: Fixes and additions to marshalling 2010-02-05 05:42:02 -05:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
marshal_test.go asn1: Fixes and additions to marshalling 2010-02-05 05:42:02 -05:00
marshal.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00