aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/nickel.lua
blob: e7cbaa485c24fe9b0cdd8866649cfba998f658bc (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://nickel-lang.org/",
    description = "Code formatter for the Nickel programming language.",
  },
  command = "nickel",
  stdin = false,
  args = { "format", "$FILENAME" },
}