Add and appy MultilineOperationIndentation rule

This way it's easier to see when lines are part of multiline
statements and when they belong to `if` statements.
This commit is contained in:
Javi Martín
2023-07-01 17:02:52 +02:00
parent 8b13daad95
commit 32b1fc53e1
14 changed files with 25 additions and 22 deletions

View File

@@ -105,6 +105,9 @@ Layout/MultilineHashBraceLayout:
Layout/MultilineHashKeyLineBreaks: Layout/MultilineHashKeyLineBreaks:
Enabled: true Enabled: true
Layout/MultilineOperationIndentation:
Enabled: true
Layout/SpaceAfterColon: Layout/SpaceAfterColon:
Enabled: true Enabled: true