7 lines
96 B
Lua
7 lines
96 B
Lua
return {
|
|
formatters_by_ft = {
|
|
lua = { "stylua" },
|
|
javascript = { "prettier" },
|
|
},
|
|
}
|