summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/findent.lua
blob: 9f3a0020db1f5eeebeb253e3054e7456a9343109 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/wvermin/findent",
    description = "Indent, relabel and convert Fortran sources.",
  },
  command = "findent",
  stdin = true,
}