Add bash formatter
This commit is contained in:
parent
ccc9ffa2db
commit
b43f18fec9
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue