aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/llf.lua
blob: ca9aa96b76c19fe7c54e79c6de70f62bdb3dae2d (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://repo.or.cz/llf.git",
    description = "A LaTeX reformatter / beautifier.",
  },
  command = "llf",
  stdin = true,
}