All pattern match clauses should be at the same indentation level.
Readability.
Update pattern match clauses to have consistent indentation.
Uses the numIndentationSpaces
global setting.
{
"patternMatchClauseIndentation": {
"enabled": false,
"config": {
"allowSingleLineLambda": false
}
}
}