aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/indent.lua
blob: 7a854cced87421f77aa56a411923f97c22e76b58 (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,
}