Skip to content

Commit

Permalink
Issue #1167. Add indentation rule for switch statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Oct 4, 2016
1 parent e516943 commit d8c61a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"comma-dangle": 0,
"curly": [2, "all"],
"eqeqeq": [2, "smart"],
"indent": [2, 2],
"indent": [2, 2, { "SwitchCase": 1 }],
"keyword-spacing": 2,
"linebreak-style": [2, "unix"],
"new-cap": 2,
Expand Down

0 comments on commit d8c61a9

Please sign in to comment.