summaryrefslogtreecommitdiff
path: root/rc/tools/python
diff options
context:
space:
mode:
authorJan-Jaap Korpershoek <jjkorpershoek96@gmail.com>2019-11-03 12:12:11 +0100
committerJan-Jaap Korpershoek <jjkorpershoek96@gmail.com>2019-11-03 12:25:02 +0100
commitfcc8ed5df3de7f6ac8b56734ad09bcbb9207a48a (patch)
tree2a92111a02ba2db0e80e28aad4f988ebba703d79 /rc/tools/python
parentec31d839724cfd0f8431c04509f1f1d2b5fa1290 (diff)
[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
Diffstat (limited to 'rc/tools/python')
0 files changed, 0 insertions, 0 deletions