trying to fix auto indenting on some files part 2
This commit is contained in:
parent
eb6772ea33
commit
2bbca46cd9
|
@ -5,7 +5,8 @@ vim.g.have_nerd_font = true
|
||||||
|
|
||||||
-- Indentation settings
|
-- Indentation settings
|
||||||
vim.o.expandtab = true
|
vim.o.expandtab = true
|
||||||
-- vim.o.smartindent = true
|
vim.o.smartindent = true
|
||||||
|
vim.o.autoindent = true
|
||||||
vim.o.tabstop = 4
|
vim.o.tabstop = 4
|
||||||
vim.o.shiftwidth = 4
|
vim.o.shiftwidth = 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue