How to disable --extra_liners option?
afdallah opened this issue · 5 comments
afdallah commented
According to the js-beautify help documentation, there is an option named --extra_liners
that will create an extra line before html, head, and body tags. That option is set to true by default, how to disable them? Thanks for the help!
maksimr commented
Try set in your .editorconfig
[**.html]
extra_liners=false
Thanks
afdallah commented
Hi @maksimr I have tried your suggestion, but it seems like it didn't work.
i added extra_liners=false
to my .editorconfig located in home directory ~/.editorconfig
and in the project directory.