ops: tewi init

This commit is contained in:
Kat Inskip 2022-09-16 10:41:11 -07:00
parent 3f2422b20f
commit 67c2e70205
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 154 additions and 50 deletions

View file

@ -84,7 +84,7 @@ opt.hlsearch = true -- Highlight matches with last sea
-----------------------------------------------------------
-- Tabs, indent
-----------------------------------------------------------
opt.expandtab = false -- Use spaces instead of tabs
opt.expandtab = true -- Use spaces instead of tabs
opt.shiftwidth = 2 -- Shift 2 spaces when tab
opt.tabstop = 2 -- 1 tab == 2 spaces
opt.smartindent = true -- Autoindent new lines