1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-20 09:19:24 +03:00
kakoune/test/indent/html
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
..
indent-closing-tag Add categories in rc/ 2019-03-21 01:06:16 +01:00
indent-on-new-line [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00