Indentation in WebStorm IDE

Seeing this issue in every JB IDE (Pycharm, Webstorm, ect.). Can't figure out how to make it insert +1 indent on new line. E.g. pressing Enter after the opening tag <body> puts cursor in the beginning of the line (the same level as tag <body>). 

How it looks:

<body>

some text here

</body>

How I want it to be:

<body>

            some text here

</body>

Need assistance.

0
1 comment

In Settings | Editor | Code Style | HTML | Other, remove body from the Do not indent children of: list

0

Please sign in to leave a comment.