sourcegraph / go-sourcegraph

https://sourcegraph.com/github.com/sourcegraph/go-sourcegraph
MIT License
42 stars 9 forks source link

added ListResponse to RefList and ExampleList #48

Closed neelance closed 9 years ago

slimsag commented 9 years ago

I wonder why the white-space on some items changed, though? (not very important)

LGTM overall, merge away.

P.S. Ping me when you send a change to implement this too, I'd like to see it (I can review it too, if you like).

neelance commented 9 years ago

The whitespace changes are because Atom automatically trims whitespace at the end of each line.

slimsag commented 9 years ago

@neelance That's actually really nice. LGTM

dmitshur commented 9 years ago

LGTM.

Sublime Text does that too if you set "trim_trailing_white_space_on_save": true in preferences. It's like a mini-gofmt-on-save for non .go files.