format latex

This commit is contained in:
Christoph J. Scherr 2024-03-12 11:55:34 +01:00
parent 04bef0b100
commit fbde01e2dd
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ local options = {
sh = { "shfmt" },
toml = { "taplo" },
rust = { "rustfmt" },
tex = { "latexindent" },
latex = { "latexindent" },
},
-- adding same formatter for multiple filetypes can look too much work for some