zenorocha / atom-javascript-snippets

JavaScript & NodeJS Snippets for Atom Editor

Home Page:https://atom.io/packages/javascript-snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong tab size

opened this issue · comments

Hello

I have noticed that all snippets are hardcoded to soft tabs of size 2.
That is not very convenient if the rest of your code uses tabs of any other size.
Is there a specific reason for this? Am I the only one bothered by it?

By the way, I would gladly submit a pull request to fix it.

Agreed, rather annoying if you work with any other size of soft tabs.

I agree that's really annoying but there's not much I can do. If I change to spaces other people will complain about it :/

Shouldn't atom replace \t with whatever tab size and style the user set?

That's what I expect too