aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Add tab indentation support to sniffs #58

Closed aik099 closed 9 years ago

aik099 commented 9 years ago

Currently some of PEAR/PSR2 standard sniffs are used as-is, but they only support 4 space indentation fixing. We need to add support for tab indentation as well.