dotfiles/.config/nvim/lua/plugins/extras/formatting/trim_whitespace.lua
2024-01-06 21:31:12 +01:00

8 lines
123 B
Lua

return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
["_"] = { "trim_whitespace" },
},
},
}