-
I installed the svelte language server which works, but the code doesn't get auto formatted on save. Is there something specific I need to do to enable this? I tried to add the following to my [[language]]
name = "svelte"
formatter = { command = "prettier" }
auto-format = true |
Beta Was this translation helpful? Give feedback.
Answered by
beeb
Mar 15, 2023
Replies: 1 comment
-
It seems the following is working: [[language]]
name = "svelte"
auto-format = true |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems the following is working: