Fork me on GitHub

Remove tab

04 Jul 2011

Richard Huang

Using tabs can mess up the spacing since some IDE's use 4 spaces for a tab, while others use 2, and some people don't use tabs at all, a mix of tabs and spaces causes things to not line up in most cases.

So it would be better to remove all tabs, and use 2 whitespaces instead.

Tags