aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/indent.lua
blob: cb4631c681b9da19277b46beaa825a1a73a25484 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://www.gnu.org/software/indent/",
    description = "GNU Indent.",
  },
  command = "indent",
  stdin = true,
}