Skip to content
On this page

ArrayIndent

Ensures that array are indented one tab stop.

Scope

Generic.Arrays.ArrayIndent

Properties

Property NameTypeDefaultAvailable Since
indentint43.2.0

Usage

xml
<rule ref="Generic.Arrays.ArrayIndent">
    <properties>
        <property name="indent" value="2" />
    </properties>
</rule>

Examples

No Examples Available

Please edit this page through Github to add examples.

Released under the MIT License.