Skip to content

Commit

Permalink
chore(configs): format with 2 spaces indent
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Apr 18, 2024
1 parent e07f8a3 commit 5629b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gentags/configs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5629b1b

Please sign in to comment.