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?
Please sign in to leave a comment.
Well, especially if its stays like that with default formatting settings - file it as a bug.