aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/roc.lua
blob: 49fe619450d74a175735af4411f7f7344a101ad8 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/roc-lang/roc",
    description = "A fast, friendly, functional language.",
  },
  command = "roc",
  args = { "format", "--stdin", "--stdout" },
  stdin = true,
}