Closed siva-shiba closed 2 years ago
Hello,
Not a bug, \n
in preferred_comments_styles
has an undefined behavior (even if it solve one of your case)
block_layout
can help to create an "empty" line. But the "empty" line will start with a "#".
There is no way to generate your exact comment. If you remove the comment introducer from a single comment line, you will have 2 comments blocks (for most/all syntaxes), this may cause unwanted behaviors.
Hi. I want to intentionally add a blank line when auto-generating a comment block.
However, preferred_comments_styles does not work if the end of the string is \n Is this a bug?
Currently, if I set it up like this
It will look like this
Is there any good solution or setting?
Expected is this: