How to convert indentation to space in Vim ?
[ - ]
Reply by ●January 17, 2020
Answer from another forum:
%s/\t/ /g
In the example above, there are 4 spaces.
Answer from another forum:
%s/\t/ /g
In the example above, there are 4 spaces.