Add bash formatter

This commit is contained in:
CronyAkatsuki 2023-12-24 20:54:49 +01:00
parent ccc9ffa2db
commit b43f18fec9

View File

@ -4,6 +4,8 @@ conform.setup({
formatters_by_ft = {
python = { "isort", "black" },
lua = { "stylua" },
sh = { "shfmt" },
bash = { "shfmt" },
},
})