Motivation here: https://github.com/hackwaly/vscode-ocaml/issues/33.
This option can be used when toggle comment, and as a hint when do format code.
What about line comment space option?
Now:
this is a comment => // this is a comment
I would like:
this is a comment => //this is a comment
This issue can be closed.
Most helpful comment
What about line comment space option?
Now:
this is a comment => // this is a commentI would like:
this is a comment => //this is a comment