js-beautify-sublime
js-beautify-sublime copied to clipboard
"end_with_newline" support
Do we have support for "end_with_newline" settings ?
--end-with-newline End output with newline
It looks like the default settings file included with the package doesn't include all the js-beautify options, but you can include any of the options from the main package (see readme):
{
"end_with_newline": true
}