15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
=== Parameters
|
|
|
|
* key = legalTrailingCommentPattern
|
|
description: Pattern for text of trailing comments that are allowed. By default, comments containing only one word.
|
|
|
|
Default Value: ^\s*+[^\s]{plus}{plus}$
|
|
|
|
Default Value PHP: ^(//|#)\s*+[^\s]{plus}{plus}$
|
|
|
|
Default Value Swift: ^//\s*+[^\s]{plus}{plus}$
|
|
|
|
Default Value VB6: ^'\s*+[^\s]{plus}{plus}$
|
|
|
|
|