mattmcmanus / atom-ember-snippets

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

Follow editor's indent rule #22

Closed kevinansfield closed 7 years ago

kevinansfield commented 7 years ago

Currently all snippets have fixed indents of 2 spaces which can be annoying when you have Atom configured to use 4 spaces or even hard tabs.

If the indents in snippets use hard tabs then Atom will auto-convert using the configured rule when inserting. See https://github.com/zenorocha/atom-javascript-snippets/issues/15 for a similar issue/fix in another snippets package.