trying to fix auto indenting on some files
This commit is contained in:
parent
d9c09a23cd
commit
eb6772ea33
|
@ -5,7 +5,7 @@ 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.tabstop = 4
|
vim.o.tabstop = 4
|
||||||
vim.o.shiftwidth = 4
|
vim.o.shiftwidth = 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue