Adding json and yaml formatter

This commit is contained in:
Juan Miguel Rúa 2024-05-07 21:00:09 +02:00
parent 85adbe23b9
commit 4eaa881991
1 changed files with 2 additions and 0 deletions

View File

@ -691,6 +691,8 @@ require('lazy').setup({
lua = { 'stylua' },
go = { 'gofmt', 'goimports', 'golines' },
terraform = { 'terraform_fmt' },
json = { 'jsonnetfmt', 'jq' },
-- yaml = { 'yq' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--