All pattern match expressions (to the right of -> after clause) should be at the same indentation level.
Readability.
Update pattern match expressions to have consistent indentation.
Uses the numIndentationSpaces
global setting.
{
"patternMatchExpressionIndentation": {
"enabled": false
}
}