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 test: Allow expect-style UI tests, testing any var 2019-10-13 14:57:24 -04:00
comment
haskell
html
lua/insert-end-only-when-needed
markdown Add categories in rc/ 2019-03-21 01:06:16 +01:00
ruby Add support for autoformatting after do keyword in Ruby 2019-06-12 09:03:24 +03:00
rust
sh Fix indent/sh/deindent-after-esac test case 2019-07-01 22:04:04 +10:00