a_skeleton_03
<Banned>
- 29,948
- 29,763
I hate when I edit a php script or something in Linux and it shows a huge block of red in front of a line because the person used tabs. My OCD makes me want to clean it all up but I don't.Tabs have no business in code unless it's something inherently shitty like a makefile. Indent code with tabs converted to 4 spaces automatically by whatever editor or ide you use.