Skip to content
On this page

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 NameTypeDefaultAvailable Since
ignoreNewlinesboolfalse3.4.0
spacingint13.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.

Released under the MIT License.