home/test/indent
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
..
c-family
comment
haskell
html [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00
lua/insert-end-only-when-needed
markdown
ruby
rust
sh