summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/fantomas.lua
blob: 9244feb67d55449fbbc18346e3c99b4c5c2d03e0 (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/fsprojects/fantomas",
    description = "F# source code formatter.",
  },
  command = "fantomas",
  args = { "$FILENAME" },
  stdin = false,
}