yasuyk / web-beautify

Format HTML, CSS and JavaScript/JSON by js-beautify
GNU General Public License v3.0
219 stars 21 forks source link

Question: How could it to prevent web-beautify removing "LF" which follows text ? #26

Closed liuchong closed 7 years ago

liuchong commented 7 years ago

By default web-beautify will remove all blank characters while emacs will add a line break at then end of text. How could web-beautify do this, to say, remove all blank characters but leave/add a "LF" at then end of the text?

Thanks!

liuchong commented 7 years ago

Infact there is a "-n" option for this, closing... :joy_cat: