kakoune/test/indent/html/indent-on-new-line
Jan-Jaap Korpershoek fcc8ed5df3 [html] Fix indentation when entering a newline while in the middle of a tag
Example:

```
        <tag>|</tag>
```
Then press enter

Old behaviour:
```
        <tag>
            </tag>
```
New behaviour:
```
        <tag>
        </tag>
```

I also added a test for it
2019-11-03 12:25:02 +01:00
..
cmd [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00
in [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00
out [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00
rc [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00