navigation

UnionDefinitionIndentation (FL0012)

Cause

Incorrect indentation for union definition.

Rationale

Recommended by Microsoft F# code formatting guide.

How To Fix

Update union definition to have correct formatting as specified in linked guide (indent | by 4 spaces).

Rule Settings

Uses the numIndentationSpaces global setting.

{
    "unionDefinitionIndentation": {
        "enabled": false
    }
}