Tab width to 2 spaces
This commit is contained in:
parent
ec75c94867
commit
a6eff62aaa
@ -10,10 +10,10 @@ vim.o.number = true
|
||||
vim.o.relativenumber = true
|
||||
|
||||
-- Tabs and indentation
|
||||
vim.o.shiftwidth = 4
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.smarttab = true
|
||||
vim.o.softtabstop = 4
|
||||
vim.o.tabstop = 4
|
||||
vim.o.softtabstop = 2
|
||||
vim.o.tabstop = 2
|
||||
|
||||
vim.o.wrap = false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user