Within our PHP project, our internal standard is to have all code inside of PHP indented by two spaces. Example:
<?php
class Foo
{
...
I must be confused on how to configure that, as I always receive an error that the the file has "2 spaces, expected 0" in the indent. How do I appropriately configure that?