aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/erb_format.lua
blob: 65d7d10b24a62fa110dca4a0084f0b40b98920db (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/nebulab/erb-formatter",
    description = "Format ERB files with speed and precision.",
  },
  command = "erb-format",
  args = { "--stdin" },
}