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.758. 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.
Example 2.761. Multi-line comment that keeps its style
/*- Comment that
* should NOT
* be formatted
*/