set default as tabs to 4 spaces (for now)
This commit is contained in:
parent
7c6d1ab4e5
commit
7d298091da
@ -21,9 +21,9 @@ vim.opt.smartcase = true
|
||||
-- indent
|
||||
vim.opt.autoindent = true
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 0
|
||||
|
||||
-- buffer behaviour
|
||||
vim.opt.autoread = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user