我正在使用 php-cs-fixer 来自动格式化我的代码。我在 VS Studio Code 中尝试了另一种格式化程序,例如 PHP Intelephense 和 phpfmt - PHP 格式化程序,但这无助于实现我的目标。
My goal to format array declaration like ['a','b','c','d','e'] to
[
'a',
'b',
'c',
'd',
'e'
]
我找到了 php-cs-fixer 的文档和可用设置,但没有人帮助我。
https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/doc/rules/index.rst
https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/doc/ruleSets/index.rst
https://mlocati.github.io/php-cs-fixer-configurator/#version:3.0