mattmcmanus / atom-ember-snippets

Ember.js ES6 snippets for Atom
https://atom.io/packages/ember-snippets
MIT License
38 stars 22 forks source link

Space between closing paren and bracket #20

Closed samselikoff closed 7 years ago

samselikoff commented 7 years ago

Thanks for picking up maintenance of this lib :)

Style bikeshed, how do you feel about adding a space after the parens in the method signatures?

-  didRender(){
+  didRender() {
     this._super(...arguments);

   },
mattmcmanus commented 7 years ago

Thanks @samselikoff. I thought that was the default, but a quick review of the snippets shows some inconsistency. I'll make the update.