Add bash formatter
This commit is contained in:
parent
ccc9ffa2db
commit
b43f18fec9
@ -4,6 +4,8 @@ conform.setup({
|
|||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
python = { "isort", "black" },
|
python = { "isort", "black" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
|
sh = { "shfmt" },
|
||||||
|
bash = { "shfmt" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user