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
2 comments

Please feel free to submit a feature request in YouTrack.

0

Please sign in to leave a comment.