how to align text to specific character in phpstorm or webstorm?

前端 未结 6 1147
南笙
南笙 2021-02-02 06:07

I have this text

$test1 = \'testing1\';
$test1test1 = \'testing1\';
$test1test1test1 = \'testing1\';
$test1 = \'testing1\';

and I would like to

6条回答
  •  粉色の甜心
    2021-02-02 06:40

    In PhpStorm 8 that option is in:

    File -> Settings -> Code style -> PHP -> Wrapping and Braces -> Assignment statement
    

提交回复
热议问题