I'm trying to move a project from indenting with tabs to spaces.
How can I merge this without resulting in a merge conflict with every commit from other developers which are using the code base with tabs?
I found this "HowTo" but step 3 is a little bit unclear for me so I'm not sure if this solution is working or the "best" way to do this.