Answers for "vim place spaces instead of tabs"

6

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
10

linux vim set tab to 4 spaces

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

linux vim set tab to 4 spaces

syntax enable
Posted by: Guest on July-03-2020

Browse Popular Code Answers by Language