Skip to content

Commit

Permalink
Merge pull request #64 from nekketsuuu/nekketsuuu-IndentationStyle
Browse files Browse the repository at this point in the history
Change Layout/Tab to Layout/IndentationStyle
  • Loading branch information
nekketsuuu committed May 1, 2020
2 parents 47fd7fa + 1fe8e1b commit bfdf813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ AllCops:
########################

# [MUST] Use two spaces for 1-level of indent. Do not use the horizontal tab character.
Layout/Tab:
Enabled: true
Layout/IndentationStyle:
EnforcedStyle: spaces
Layout/IndentationWidth:
Enabled: true
Layout/IndentationConsistency:
Expand Down

0 comments on commit bfdf813

Please sign in to comment.