summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/fish_indent.lua
blob: 7e10ed473a5457da8f069e2450e8b074af5255a7 (plain)
1
2
3
4
5
6
7
8
---@type conform.FileFormatterConfig
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",
}