Skip to content

Commit

Permalink
change Layout/Tab to Layout/IndentationStyle
Browse files Browse the repository at this point in the history
for Rubocop 0.82
IndentationStyle
  • Loading branch information
nekketsuuu committed Apr 30, 2020
1 parent 47fd7fa commit 1fe8e1b
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 1fe8e1b

Please sign in to comment.