chore: cleanup and format style changes

This commit is contained in:
2025-03-08 13:59:28 +01:00
parent fb38ee0071
commit 4f11874437
7 changed files with 14 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ local M = {
---@param user_cfg Config
---@return Config
function M.make_config(user_cfg) return user_cfg and vim.tbl_extend("force", M.default, user_cfg) or M.default end
function M.make_config(user_cfg)
return user_cfg and vim.tbl_extend("force", M.default, user_cfg) or M.default
end
return M