sublimelsp / LSP-svelte

Convenience plugin for Svelte Language Tools
MIT License
16 stars 0 forks source link

How to disable argument wrap #122

Closed gavalierm closed 4 months ago

gavalierm commented 9 months ago

from

      <button
        on:click={onSendMessage}
        value={" ADDR " + command.path + " " + 1}
        class="on"
      >

to

      <button on:click={onSendMessage} value={" ADDR " + command.path + " " + 1} class="on" >

thank you

predragnikolic commented 4 months ago

Hello @gavalierm,

I am not sure on how to tell the svelte lanuage server on how to format code, It would be better to ask that question here https://github.com/sveltejs/language-tools.

I will close the issue, but if you have any question feel free to ping me.