SpaceAfterNot
Ensures there is a single space after a NOT operator.
Scope
Generic.Formatting.SpaceAfterNot
Description
Exactly one space is allowed after the NOT operator.
Properties
Property Name | Type | Default | Available Since |
---|---|---|---|
ignoreNewlines | bool | false | 3.4.0 |
spacing | int | 1 | 3.4.0 |
Usage
xml
<rule ref="Generic.Formatting.SpaceAfterNot">
<properties>
<property name="ignoreNewlines" value="true" />
</properties>
</rule>
Examples
No Examples Available
Please edit this page through Github to add examples.