aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters')
-rw-r--r--lua/conform/formatters/fish_indent.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/conform/formatters/fish_indent.lua b/lua/conform/formatters/fish_indent.lua
new file mode 100644
index 0000000..1501072
--- /dev/null
+++ b/lua/conform/formatters/fish_indent.lua
@@ -0,0 +1,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",
+}