I have been experimenting lately with proportional fonts and tab-indentation. The problem is that some of the projects I work on are indented with spaces (2 for Ruby, 4 for JavaScript).
What I want to do is read and edit the files with tab-indentation but actually share them with my team members with space-indentation. We use git for source control and I use Sublime Text 2 as an editor.
Has anyone tried this yet?
Would it be better to let the editor control the indentation or should I make git handle it?