go/misc
Robert Griesemer 5a1d3323fe 1) Change default gofmt default settings for
parsing and printing to new syntax.

                  Use -oldparser to parse the old syntax,
                  use -oldprinter to print the old syntax.

               2) Change default gofmt formatting settings
                  to use tabs for indentation only and to use
                  spaces for alignment. This will make the code
                  alignment insensitive to an editor's tabwidth.

                  Use -spaces=false to use tabs for alignment.

               3) Manually changed src/exp/parser/parser_test.go
                  so that it doesn't try to parse the parser's
                  source files using the old syntax (they have
                  new syntax now).

               4) gofmt -w src misc test/bench

	       1st set of files.

R=rsc
CC=agl, golang-dev, iant, ken2, r
https://golang.org/cl/180047
2009-12-15 15:33:31 -08:00
..
bash misc/bash: completion file for bash 2009-12-11 13:54:00 -08:00
bbedit Syntax coloring and function navigation for BBEdit/TextWrangler 2009-11-30 19:24:32 -08:00
cgo 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
emacs Make comment-start/-end changes buffer-local instead of global. 2009-11-29 14:22:07 -08:00
kate Added Kate syntax highlighting file. 2009-11-17 23:34:08 -08:00
vim Add 'copy' as a Go builtin function for Vim syntax highlighter spec. 2009-12-01 16:45:21 -08:00
xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00