phpstorm格式化数组

FCLAMP 2020-01-10

如果我们想要的这样的数组格式的话,可以设置

<?php
$arr = array["a" => 0,
              "b" => 1,
              "c" => 2
        ];

File ==> Settings ==> Editor ==> Code Style ==> PHP

找到 Wraping and Braces 下的 Array initializer

phpstorm格式化数组

phpstorm格式化数组

 点击 Apply 应用就行了

相关推荐

migowei / 0评论 2020-09-17