smarttabs

This commit is contained in:
nefrace 2023-11-22 00:06:11 +03:00
parent 69588b2d73
commit 051071f7da
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ vim.opt.relativenumber = true
vim.opt.tabstop = 4 vim.opt.tabstop = 4
vim.opt.softtabstop = 4 vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4
vim.opt.expandtab = true vim.opt.smarttab = true
vim.opt.smartindent = true vim.opt.smartindent = true