helix: configuracion formateo json

This commit is contained in:
Cat /dev/Nulo 2023-01-11 21:55:02 -03:00
parent 76591bc323
commit cbf21c5d36
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ formatter = { command = 'prettier', args = ["--parser=html"] }
name = "css"
formatter = { command = 'prettier', args = ["--parser=css"] }
[[language]]
name = "json"
formatter = { command = 'prettier', args = ["--parser=json"] }
[[language]]
name = "go"
auto-format = true