phpstorm代码格式化问题
使用phpstorm格式化代码的设置
function ')' 与 '{'
保持同一行失败, setting中已经打勾设置,也都重启过phpstorm, 并没有作用. 我的设置如:
设置后phpstrom格式化还是老样:
php
function you_func() { return xxx; }
但我需要的效果是:
php
function you_func() { return xxx; }
ps: 本人使用的phpstorm版本是8.0.1
el狐el
10 years, 2 months ago