use 4 spaces as tab

This commit is contained in:
2025-07-03 10:44:00 +02:00
parent a277e2dce1
commit 4240f5b16b

View File

@@ -1,9 +1,10 @@
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4
vim.opt.smartindent = true