jdavisclark / JsFormat

Javascript formatting for Sublime Text 2 & 3
1.42k stars 222 forks source link

"end-with-newline" didn't work #132

Closed myqianlan closed 9 years ago

myqianlan commented 9 years ago

end-with-newline End output with newline

this didn't work , is error ? or has solutions ?

jdavisclark commented 9 years ago

This functionality exists in sublime itself, so we don't support it in the JsFormat plugin, as it would be redundant.

Add the following to your Sublime user settings file to enable it: "ensure_newline_at_eof_on_save": true