The config property alignPairedExpressionsByEqual was deprecated in favor of two properties alignPairedLeftExpressionsByEqual and alignPairedRecordExpressionsByEqual. These two properties now control seperately the strategies used to align paired expressions in either a LetExpression scope or a RecordExpression scope. Valid strategies are "singleline", "always" and "never". "singleline" is a special strategy and the new default. It aligns the expressions if and only if all expressions in the scope are singleline and do not exceed the line length when aligned by the equal sign.