Incorrect indentation for union definition.
Recommended by Microsoft F# code formatting guide.
Update union definition to have correct formatting as specified in linked guide (indent |
by 4 spaces).
Uses the numIndentationSpaces
global setting.
{
"unionDefinitionIndentation": {
"enabled": false
}
}