OS X: replace tabs with spaces in all files using expand
We use four spaces (a.k.a. soft tabs) to indent our PHP files. If an errant developer has unknowingly used tabs, you can use expand to replace tabs with spaces across an entire project.
We use four spaces (a.k.a. soft tabs) to indent our PHP files. If an errant developer has unknowingly used tabs, you can use expand to replace tabs with spaces across an entire project.