I would like to convert tab to spaces in gVim. I added the following line to my _vimrc:
_vimrc
set tabstop=2
It works to stop at two
This got it working for me:
:set tabstop=2 shiftwidth=2 expandtab | retab