1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-02 11:43:23 -07:00

add "bad" 4-space tab mode

This commit is contained in:
Connor Olding 2019-06-30 16:42:13 -07:00
parent b2694395c5
commit 7df579c722

View File

@ -121,6 +121,10 @@ fu! TabTwo()
setlocal tabstop=2 shiftwidth=2 expandtab setlocal tabstop=2 shiftwidth=2 expandtab
endf endf
fu! TabBad()
setlocal tabstop=4 shiftwidth=4 noexpandtab softtabstop=4
endf
" set TabFour as default " set TabFour as default
set tabstop=8 shiftwidth=4 expandtab softtabstop=4 set tabstop=8 shiftwidth=4 expandtab softtabstop=4