C now has 2 indents instead of 4

This commit is contained in:
2025-08-01 13:03:53 +03:00
parent d507b5f490
commit 29b889d9ac
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Event = 'VeryLazy'
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab

View File

@@ -0,0 +1,5 @@
Event = 'VeryLazy'
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab