jsformat-atom
jsformat-atom copied to clipboard
JSFormat should obey editorconfig if file exists
JSFormat should probably obey editorconfig, because it is per project where JSFormat is for all of Atom.
+1 would be nice.
Yes. Currently my files don't get a trailing newline even though I configured that in editorconfig (and installed the editorconfig atom plugin). I'd really like to have them back!
@jdc0589 do you think that JSFormat has to build in support for this, or JSBeautify should try to build in support to accept an .editorconfig that is passed in and return the proper output? If JSBeautify does it, then no one else needs to repeat the code, which is good. However, JSBeautify contributors might say it's too much work or it isn't a focus of our project. Thoughts?
:+1: