piuccio / sublime-esformatter

JavaScript formatter plugin for Sublime Text
MIT License
28 stars 20 forks source link

Format on save moves caret to the end of the file #54

Open w8r opened 9 years ago

w8r commented 9 years ago

Which is really annoying, cause then your codeflow is all but broken anyway. Tried to look into how it works with for example JsFormat plugin, which doesn't have this problem but I can't seem to find what's causing or resolving it.