summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/htmlbeautifier.lua
blob: 73b9275e236b563c94eade29660f09153d01ab42 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
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",
}