How to set the style of line comment in phpstorm

前端 未结 3 1778
心在旅途
心在旅途 2021-02-05 01:29

How to change the default style of line comment in PHPStorm to at indentation level rather than at first column?

if ($condition) {
// At first column.
    // At          


        
3条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 01:38

    You can change this in "Options -> Code Style -> PHP -> Wrapping and Braces" and check "Comment at first colum".

提交回复
热议问题