sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

How to set the line length when formatting? #108

Closed thep0y closed 3 years ago

thep0y commented 3 years ago

The default line length is a bit short, I did not find the line length in package setting.

rchl commented 3 years ago

Multiple formatters are supported but it's likely using prettier. See https://vuejs.github.io/vetur/guide/formatting.html#prettier on how to configure it.