summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/templ.lua
blob: 74c6f7a5ac7a07625fa61427878405782e0c763b (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://templ.guide/commands-and-tools/cli/#formatting-templ-files",
    description = "Formats templ template files.",
  },
  command = "templ",
  args = { "fmt" },
}