mihai-vlc / sublime-jsfmt

jsfmt plugin for Sublime Text
MIT License
477 stars 21 forks source link

Add option to use the projects local jsfmt #39

Open manuelstofer opened 8 years ago

manuelstofer commented 8 years ago

Currently it writes a file into the directory where the file is saved to require('jsfmt'); There might be a better option to load jsfmt but I did not know how to do it without overwriting internal node apis.