feat(sets): Tabs > Spaces
This commit is contained in:
parent
2d72b3c54b
commit
cf9f8c40fc
|
@ -8,7 +8,7 @@ vim.opt.list = true
|
||||||
vim.opt.listchars = { tab = "→ ", trail = "•" }
|
vim.opt.listchars = { tab = "→ ", trail = "•" }
|
||||||
|
|
||||||
-- indentation
|
-- indentation
|
||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = false
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
vim.opt.softtabstop = 4
|
vim.opt.softtabstop = 4
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
|
|
Loading…
Reference in a new issue