mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
13 lines
277 B
Lua
13 lines
277 B
Lua
return {
|
|
format_options = {
|
|
async = true,
|
|
lsp_fallback = true,
|
|
},
|
|
notify_on_error = true,
|
|
formatters_by_ft = {
|
|
bash = { "shfmt" },
|
|
blade = { "blade-formatter" },
|
|
lua = { "stylua" },
|
|
["_"] = { "prettier" }
|
|
}
|
|
}
|