formatComments
Control whether whitespace should be inserted at the beginning and end of comments.
Though this option is set to false, comments contain leading or trailing whitespace will still be kept as-is.
Default value is false.
This option is renamed from
padCommentswhich is deprecated.
Example for false
/*comments*/
/* comments */
Example for true
/* comments */
/* comments */