dotfiles/config/common/nvim/lua/plugins/conform.lua

10 lines
157 B
Lua

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