Answers for "vim set spaces for tabs"

5

vim replace tabs with spaces

" Vi:

" To replace tabs with spaces whilst typing
set tabstop=4 shiftwidth=4 expandtab
Posted by: Guest on October-22-2020
8

linux vim set tab to 4 spaces

set tabstop=4
Posted by: Guest on March-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language