This is my config to use 4 spaces instead tab
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
To convert existing file from tabs to spaces, use this command
:%retab
This is my config to use 4 spaces instead tab
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
To convert existing file from tabs to spaces, use this command
:%retab
Sound good ?
0 kudos, click the star if you think this post is value !
Read more
about #til