Appearance
formatComments
default: false
false
Control whether whitespace should be inserted at the beginning and end of comments.
For example, the following code:
;;comment (;comment;)
will be formatted to:
;; comment (; comment ;)
If this option is set to false, comments contain leading or trailing whitespace will still be kept as-is.
formatCommentsControl whether whitespace should be inserted at the beginning and end of comments.
For example, the following code:
will be formatted to:
If this option is set to
false, comments contain leading or trailing whitespace will still be kept as-is.