码迷,mamicode.com
首页 > 编程语言 > 详细

phpstorm格式化数组

时间:2020-01-10 12:33:06      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:格式化   strong   settings   set   str   wrap   code   api   info   

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

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

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

找到 Wraping and Braces 下的 Array initializer

技术图片

技术图片

 

 点击 Apply 应用就行了

phpstorm格式化数组

标签:格式化   strong   settings   set   str   wrap   code   api   info   

原文地址:https://www.cnblogs.com/niuben/p/12175477.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!