From 5629b1b91f25105864efe2531f9d2d4a7572b810 Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Thu, 18 Apr 2024 11:33:58 +0800 Subject: [PATCH] chore(configs): format with 2 spaces indent --- lua/gentags/configs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gentags/configs.lua b/lua/gentags/configs.lua index b12c84a..f91d8c0 100644 --- a/lua/gentags/configs.lua +++ b/lua/gentags/configs.lua @@ -138,7 +138,7 @@ end --- @param opts gentags.Options? --- @return gentags.Options M.setup = function(opts) - Configs = vim.tbl_deep_extend("force", vim.deepcopy(Defaults), opts or {}) + Configs = vim.tbl_deep_extend("force", vim.deepcopy(Defaults), opts or {}) return Configs end