options: fix indent size
This commit is contained in:
parent
b3f01de588
commit
97d389052e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ vim.opt.undofile = true
|
||||||
|
|
||||||
-- Tab
|
-- Tab
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
vim.opt.shiftwidth = 2
|
||||||
vim.opt.tabstop = 2
|
vim.opt.tabstop = 2
|
||||||
|
|
||||||
-- Visuals
|
-- Visuals
|
||||||
|
|
Loading…
Reference in a new issue