Closed mattvella07 closed 8 years ago
Great! Thanks man!
Excellent, what settings do we have to do while configuring code editor?
Well I think it would be best to stick to this and the Meteor style guide.
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
Good idea :+1:
Removed/added spacing to remove warnings from linter, as mentioned in issue #104.