Add zsh formatter with shfmt

This commit is contained in:
Nick Janetakis 2026-05-22 13:34:29 -04:00
parent fa88241e2f
commit da1c299514
No known key found for this signature in database
GPG key ID: 9258560FE4B55E48

View file

@ -74,6 +74,7 @@ return {
lua = { "stylua" },
fish = { "fish_indent" },
sh = { "shfmt" },
zsh = { "shfmt" },
},
-- The options you set here will be merged with the builtin formatters.
-- You can also define any custom formatters here.