use 4 spaces as tab

This commit is contained in:
2025-07-03 10:44:00 +02:00
parent a1df1d2e80
commit 5929963d3a

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