Answers for "how to tab 4 spaces in vim"

3

vim tab 2 spaces

set smartindent
set tabstop=2
set expandtab
set shiftwidth=2
Posted by: Guest on December-16-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