phpstorm 代码格式化设置

848 阅读1分钟

PHPstorm中格式化让function的花括号跟在方法名后面,而不是另起一行

在setting -> editor -> code style -> php -> Wrapping and Braces -> Braces placement In function declaration
选择End of line

image.png

数组元素对齐设置

image.png