【发布时间】:2017-08-08 12:52:56
【问题描述】:
如何配置 PHP-CS-Fixer 以使用制表符进行缩进?
我可以看到indentation_type 修复程序
* indentation_type [@PSR2, @Symfony]
| Code MUST use configured indentation type.
但是如何配置缩进类型呢?如果我尝试设置'indentation_type' => 'tab',,我会收到错误
[indentation_type] Is not configurable.
【问题讨论】:
标签: php php-cs-fixer