HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
607 stars 178 forks source link

how disable line break on Beautify Visual studio ? #380

Open itKapitan opened 3 years ago

itKapitan commented 3 years ago

How in JS files disable line break ? screen https://i.postimg.cc/L5tcq2w9/Screenshot-2021-03-10-12-22-34.png

Avaray commented 3 years ago

Change your code to: render() { return "<div>TEXT</div>" } ?