aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/crystal.lua
blob: 1f9e12bd31d6e5d92e9b635180cfb028fd885db6 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://crystal-lang.org/",
    description = "Format Crystal code.",
  },
  command = "crystal",
  args = { "tool", "format", "-" },
  stdin = true,
}