aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/latexindent.lua
blob: 1ac3c4ec0b71e4fab50aa04242253d0b46b62350 (plain)
1
2
3
4
5
6
7
8
9
return {
  meta = {
    url = "https://github.com/cmhughes/latexindent.pl",
    description = "A perl script for formatting LaTeX files that is generally included in major TeX distributions.",
  },
  command = "latexindent",
  args = { "-" },
  stdin = true,
}