How to configure PHP-CS-Fixer to use tabs for indentation?
I see the latch indentation_type
* indentation_type [@PSR2, @Symfony]
| Code MUST use configured indentation type.
But how do I set the indent type? If I try to install 'indentation_type' => 'tab',, I get an error
[indentation_type] Is not configurable.
source
share