allthethings

This commit is contained in:
Christian Nieves
2023-08-17 20:23:08 +00:00
parent 3d73b4fed7
commit de5d5c3271
12 changed files with 110 additions and 45 deletions

View File

@ -44,27 +44,27 @@ return {
html = {
require("formatter.defaults").prettier,
},
xml = {
function()
return {
exe = "tidy",
args = {
"-quiet",
"-xml",
"--wrap yes",
"--indent yes",
"--indent-spaces 2",
"--indent-attributes yes",
"--sort-attributes alpha",
"--wrap-attributes yes",
"--vertical-space yes",
"--tidy-mark no",
},
stdin = true,
try_node_modules = true,
}
end,
},
-- xml = {
-- function()
-- return {
-- exe = "tidy",
-- args = {
-- "-quiet",
-- "-xml",
-- "--wrap yes",
-- "--indent yes",
-- "--indent-spaces 2",
-- "--indent-attributes yes",
-- "--sort-attributes alpha",
-- "--wrap-attributes yes",
-- "--vertical-space yes",
-- "--tidy-mark no",
-- },
-- stdin = true,
-- try_node_modules = true,
-- }
-- end,
-- },
-- java = {
-- function()
-- return {