Nivm: changed indentwidth to 2 Spaces per Tab
This commit is contained in:
parent
db079877ab
commit
12eb72c452
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ vim.opt.completeopt = 'menu,menuone,noselect'
|
|||
vim.opt.list = true
|
||||
|
||||
-- correct tabbing
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
||||
-- smart indenting by vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue