yoavniran / jest-jspm

converts jspm aliasing config into jest mapping config
Do What The F*ck You Want To Public License
2 stars 4 forks source link

Add .editorconfig #5

Open ArmorDarks opened 7 years ago

ArmorDarks commented 7 years ago

It's today's de facto community-accepted standard, see http://editorconfig.org/

yoavniran commented 7 years ago

thats great. cant accept it though as im a tabs guy myself... 😄

ArmorDarks commented 7 years ago

Well, that's too bad, because In JS community 2 spaces is almost de facto standard. I was tabs guy in past too, and taking spaces wasn't easy for me. But now I'm much happier person for no reason :)

Anyway, I recommend to take PR and changes spaces config to tabs. It will eliminate awkward situation for contributors. For example, my Sublime Text 3 even without .editorconfig for some reason assumed that it should convert everything to spaces from tabs...

With .editorconfig with set to tabs this won't happen ever.

ArmorDarks commented 6 years ago

@yoavniran ping