Skip to content
On this page

DisallowSpaceIndent

Throws errors if spaces are used for indentation other than precision indentation.

Scope

Generic.WhiteSpace.DisallowSpaceIndent

Description

Tabs should be used for indentation instead of spaces.

Usage

xml
<rule ref="Generic.WhiteSpace.DisallowSpaceIndent"></rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.