Tab width to 2 spaces
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user