mirror of
https://github.com/golang/go
synced 2024-11-20 10:54:49 -07:00
37bdd3c3f5
- 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 |
||
---|---|---|
.. | ||
ast.go | ||
compilation.go | ||
Makefile | ||
Makefile.iant | ||
parser.go | ||
platform.go | ||
pretty.go | ||
printer.go | ||
scanner.go | ||
selftest0.go | ||
selftest1.go | ||
selftest2.go | ||
test.sh | ||
untab.go | ||
utils.go |