The only issue i have is that i have to manually indent every line.
Current input in to the "Problem field":
* problem 1
* problem 2
* problem 2.1
* problem 3
An "indent"-option for multilines would be nice:
so if i set "indent": 2 every line is shifted in by two spaces so i can input this into the "Problem field":
I usually structure my message-body something like this:
so i defined 2 multilines (with the workaround mentioned in https://github.com/bendera/vscode-commit-message-editor/issues/52):
The only issue i have is that i have to manually indent every line. Current input in to the "Problem field":
An "indent"-option for multilines would be nice: so if i set "indent": 2 every line is shifted in by two spaces so i can input this into the "Problem field":