LineCommentRule

Configuration for line comments.

Online Documentation

Properties

Link copied to clipboard
abstract var comment: String

The line comment token, like //

Link copied to clipboard
abstract var noIndent: Boolean?

Whether the comment token should not be indented and placed at the first column. Defaults to false.