aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/fish_indent.lua
blob: 15010722e227e2598ffae95e0ac520502c10b88f (plain)
1
2
3
4
5
6
7
8
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://fishshell.com/docs/current/cmds/fish_indent.html",
    description = "Indent or otherwise prettify a piece of fish code.",
  },
  command = "fish_indent",
}