aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/latexindent.lua
blob: 64451e9daf6ce9041c625456ceac7fa693c139f3 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
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,
}