aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/gleam.lua
blob: a03afac11f0b7aa469a0792df291e923ffa7f99c (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/gleam-lang/gleam",
    description = "⭐️ A friendly language for building type-safe, scalable systems!",
  },
  command = "gleam",
  args = { "format", "--stdin" },
}