PhpStorm Smart Indent after HTML Comments

<?php
// some php code here
?>


<!-- HTML comment goes here -->
(any carriage returns here)






Any carriage returns after an HTML comment in a PHP document cause the editor to indent twice (8 chars).  Is this desired/known behavior or shall I make a bug report?
0
1 comment

Well, especially if its stays like that with default formatting settings - file it as a bug.

0

Please sign in to leave a comment.