Skip to content

Commit

Permalink
Merge pull request #143 from github/jcmanzo-patch-1
Browse files Browse the repository at this point in the history
Update default.yml to enable case indentation
  • Loading branch information
jcmanzo authored Jan 3, 2024
2 parents a813bc6 + 3146ccf commit 4046c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Layout/BlockAlignment:
Layout/BlockEndNewline:
Enabled: true

# TODO: Enable this since it's in the styleguide.
Layout/CaseIndentation:
Enabled: false
Enabled: true
StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#indent-when-as-start-of-case
EnforcedStyle: end

Layout/ClassStructure:
Enabled: false
Expand Down

0 comments on commit 4046c80

Please sign in to comment.