helix: format svelte
This commit is contained in:
parent
c6d09c2d5a
commit
688da96635
1 changed files with 6 additions and 0 deletions
|
@ -30,3 +30,9 @@ formatter = { command = 'prettier', args = ["--parser=json"] }
|
||||||
name = "go"
|
name = "go"
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = 'goimports' }
|
formatter = { command = 'goimports' }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "svelte"
|
||||||
|
auto-format = true
|
||||||
|
formatter = { command = 'prettier', args = ["--parser=svelte", "--plugin-search-dir=/home/diablo/.local/share/pnpm/global/5/"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue