feat: update indent size for go comments

This commit is contained in:
2025-06-13 23:57:52 +02:00
parent cbb4dbe942
commit 233bed4be3

View File

@@ -25,8 +25,8 @@ vim.opt.smartcase = true
vim.opt.ignorecase = true
-- tabstops
vim.opt.ts = 2
vim.opt.sw = 2
vim.opt.ts = 4
vim.opt.sw = 0
--folding
vim.opt.foldmethod = "indent"