spacevim/bundle/format.nvim/lua/format/config.lua

6 lines
49 B
Lua
Raw Normal View History

2024-08-21 14:17:26 +08:00
local M = {}
M.custom_formatters = {}
return M