According to one of the items specified by the standard PSR2 (to which most of the PHP libraries), we have:
- Codes MUST use 4 indentation spaces, not tabs.
I know the pattern exists, but I wonder if there is any special reason.
What is the problem of using tabs in a PHP code?
Overall (even if it's not PHP), using tabs instead of spaces can be a problem?