Javascript code style missing option

Hello,
Would it be possible to add an option "Indent code in script tags" that does the same as "Indent code in PHP tags" of the php code formatter ?

This code

<script type="text/javascript">
alert("Test");
</script>

would became


<script type="text/javascript">
      alert("Test");
</script>

0

Please feel free to submit a feature request in YouTrack.

0

请先登录再写评论。