format bash scripts with shfmt

This commit is contained in:
Oliver Ladner 2024-04-25 16:24:00 +02:00
commit d883ab4aaa
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ return {
graphql = { "prettier" },
lua = { "stylua" },
python = { "isort", "black" },
sh = { "shfmt" },
},
format_on_save = {
lsp_fallback = true,