Tab width to 2 spaces

This commit is contained in:
Vaclav Uruba 2025-05-22 17:41:41 -06:00
parent ec75c94867
commit a6eff62aaa
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -10,10 +10,10 @@ vim.o.number = true
vim.o.relativenumber = true vim.o.relativenumber = true
-- Tabs and indentation -- Tabs and indentation
vim.o.shiftwidth = 4 vim.o.shiftwidth = 2
vim.o.smarttab = true vim.o.smarttab = true
vim.o.softtabstop = 4 vim.o.softtabstop = 2
vim.o.tabstop = 4 vim.o.tabstop = 2
vim.o.wrap = false vim.o.wrap = false