add formatting for tex via latexindent

This commit is contained in:
Youwen Wu 2024-04-27 12:55:05 -07:00
parent ae1dc2c872
commit 99167e6259
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -32,6 +32,7 @@ return {
["graphql"] = { "prettier" }, ["graphql"] = { "prettier" },
["handlebars"] = { "prettier" }, ["handlebars"] = { "prettier" },
["toml"] = {"taplo"}, ["toml"] = {"taplo"},
["tex"] = {"latexindent"},
}, },
}, },
} }