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
}
For "Ctrl+/" line commenting it is in "Settings->Code Style->PHP->Other->Code Commeting->Line comment at first column".