enc: update config auto conform

This commit is contained in:
asep.komarudin 2024-07-03 20:46:24 +07:00
parent dd872b6ea5
commit 19abed8ac0
2 changed files with 11 additions and 11 deletions

View file

@ -46,15 +46,15 @@ if disable then
},
-- add new mapping to conform
add_new = {
-- ["jsonc"] = "prettier",
-- ["json"] = "prettier",
-- ["typescriptreact"] = "prettier",
-- ["jsonc"] = {"prettier"},
-- ["json"] = {"prettier"},
-- ["typescriptreact"] = {"prettier"},
},
-- disable register mason to conform
ignore = {
-- ["php"] = "tlint",
-- ["lua"] = "ast-grep",
-- ["kotlin"] = "ktlint",
-- ["php"] = {"tlint"},
-- ["lua"] = {"ast-grep"},
-- ["kotlin"] = {"ktlint"},
},
})
-- other conform config