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>
请先登录再写评论。
Please feel free to submit a feature request in YouTrack.
http://youtrack.jetbrains.com/issue/WI-13863