(neovim) configure shfmt options

This commit is contained in:
Bartek Stalewski 2025-07-23 14:51:50 +02:00
parent 36864c2216
commit 17a10cf645
No known key found for this signature in database

View file

@ -0,0 +1,10 @@
return {
"stevearc/conform.nvim",
opts = {
formatters = {
shfmt = {
prepend_args = { "-i", "2", "-ci", "-bn" },
},
},
},
}