Controls the reformatting of comments.
Enables the reformatting of single-line comments. Only affects the space between leading delimiter and comment text as shown in the examples below.
Since 1.0.3
Example 2.735. Single-line comment (reformatted)
// Sometimes people run // the comments against the delimiters
Enables the reformatting of multi-line comments. Only affects the leading asterixes of consecutive comment lines as shown in the examples below.
Please note that as of Jalopy 1.6 you can disable formatting of individual comments using the special /*- delimiter.