tabs
This commit is contained in:
@@ -20,4 +20,6 @@ vim.opt.tabstop=4
|
||||
vim.opt.softtabstop=4
|
||||
vim.opt.autoindent=true
|
||||
vim.opt.smartindent=true
|
||||
vim.opt.expandtab = true -- Insert spaces when pressing Tab
|
||||
vim.opt.shiftwidth = 4 -- Indent width used by >> and <<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user