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 indentation level }
You can change this in "Options -> Code Style -> PHP -> Wrapping and Braces" and check "Comment at first colum".
2.1m questions
2.1m answers
60 comments
57.0k users