aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/htmlbeautifier.lua
blob: 3182f992be98295d5e26e6cfc60b788f9392caa8 (plain)
1
2
3
4
5
6
7
8
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/threedaymonk/htmlbeautifier",
    description = "A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.",
  },
  command = "htmlbeautifier",
}