I want to set the indentation of conditional comments to 2 space, like this:
<!--[if lt IE 9]>
<script src="https://...)
The default is 4, like this:
<!--[if lt IE 9]>
<script src="https://...)
NOTE:
I have tried without web-mode, just builtin HtmlMode and SgmlMode, and the behavior is the same: I can't modify conditional comments indentation.
standard-indent
to 2, as is mentioned in the web-mode docs but doesn't work. – Ignacio Jan 07 '16 at 16:05