Enable autocorrect for `Lint/EndAlignment` cop by koic · Pull Request #31732 · rails/rails

Summary This PR changes .rubocop.yml. Regarding the code using if ... else ... end, I think the coding style that Rails expects is as follows. var = if cond a else b end However, the current .r...