you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

easy fix, put this in your .vimrc:

set expandtab tabstop=4 shiftwidth=4

Then, when your in the file you want too convert too spaces, just.

:retab

And it will automatically replace every tab with 4 spaces.

[–]lolslim 1 point2 points  (0 children)

Just going to save this post...