better tab/spaces

This commit is contained in:
Arjun Patel
2023-02-08 13:36:47 -06:00
parent 06cb7862ab
commit 01fb14e93c
+3 -3
View File
@@ -2,9 +2,9 @@
vim.opt.nu = true
vim.opt.relativenumber = true
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
vim.opt.smartindent = true