This commit is contained in:
2026-03-10 22:06:41 +01:00
parent fae5cc0b1e
commit 158d9112c6

View File

@@ -20,4 +20,6 @@ vim.opt.tabstop=4
vim.opt.softtabstop=4 vim.opt.softtabstop=4
vim.opt.autoindent=true vim.opt.autoindent=true
vim.opt.smartindent=true vim.opt.smartindent=true
vim.opt.expandtab = true -- Insert spaces when pressing Tab
vim.opt.shiftwidth = 4 -- Indent width used by >> and <<