In IntelliJ's IDE Settings > Global Code Style > "Alignment and Braces" tab > "Keep When Reformatting" frame, there's an option to keep "Comment at first column". It does not seem to work for XML files. If I have this:
<!--
...
-->
IntelliJ still indents them. Can this be fixed? Many thanks!