aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/inko.lua
blob: 4c501d07978dc510ceb3c9405deb1f89f621efc3 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://inko-lang.org/",
    description = "A language for building concurrent software with confidence",
  },
  command = "inko",
  args = { "fmt", "-" },
}