js-beautify-sublime icon indicating copy to clipboard operation
js-beautify-sublime copied to clipboard

"end_with_newline" support

Open karthilxg opened this issue 8 years ago • 1 comments

Do we have support for "end_with_newline" settings ?

--end-with-newline            End output with newline

karthilxg avatar Feb 29 '16 23:02 karthilxg

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
}

rebolyte avatar Sep 23 '16 12:09 rebolyte