Skip to content
On this page

NoSpaceAfterCast

Ensures there is no space after cast tokens.

Scope

Generic.Formatting.NoSpaceAfterCast

Description

Spaces are not allowed after casting operators.

Usage

xml
<rule ref="Generic.Formatting.NoSpaceAfterCast"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.