feat(sets): Tabs > Spaces

This commit is contained in:
kalmenn 2024-09-11 13:16:48 +02:00
parent 2d72b3c54b
commit cf9f8c40fc
Signed by: kalmenn
GPG key ID: F500055C44BC3834

View file

@ -8,7 +8,7 @@ vim.opt.list = true
vim.opt.listchars = { tab = "", trail = "" } vim.opt.listchars = { tab = "", trail = "" }
-- indentation -- indentation
vim.opt.expandtab = true vim.opt.expandtab = false
vim.opt.tabstop = 4 vim.opt.tabstop = 4
vim.opt.softtabstop = 4 vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4