1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-30 19:03:22 -07:00

fix soft tabs in 2-space mode

This commit is contained in:
Connor Olding 2022-10-08 23:39:59 -07:00
parent cb705df268
commit 49f05a058d

View File

@ -154,7 +154,7 @@ fu! TabFour()
endf
fu! TabTwo()
setlocal tabstop=2 shiftwidth=2 expandtab
setlocal tabstop=2 shiftwidth=2 expandtab softtabstop=2
endf
fu! TabBad()