chore: update config options

This commit is contained in:
Simon Lasbrugnas 2026-01-06 13:02:46 +01:00
parent 16c8ca5333
commit c048cf66ea
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -6,9 +6,9 @@ opt.relativenumber = true
opt.signcolumn = 'yes'
-- Use tabs
opt.tabstop = 4
opt.softtabstop = 4
opt.shiftwidth = 4
opt.tabstop = 2
opt.softtabstop = 2
opt.shiftwidth = 2
opt.expandtab = false
opt.smartindent = true