GravityProject / gravity

Open source social network built with Meteor
MIT License
131 stars 62 forks source link

Cleaned Up Code #105

Closed mattvella07 closed 8 years ago

mattvella07 commented 8 years ago

Removed/added spacing to remove warnings from linter, as mentioned in issue #104.

pmuens commented 8 years ago

Great! Thanks man!

zaverichintan commented 8 years ago

Excellent, what settings do we have to do while configuring code editor?

pmuens commented 8 years ago

Well I think it would be best to stick to this and the Meteor style guide.

zaverichintan commented 8 years ago

2 space indents (setq js-indent-level 2)

spaces, not literal tabs (setq-default indent-tabs-mode nil)

no trailing whitespace (setq-default show-trailing-whitespace t)

We might add this in contributoring readme

pmuens commented 8 years ago

Good idea :+1: