Skip to content

Commit

Permalink
Made no cuddled elses explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwills committed Jun 27, 2015
1 parent 463e2ef commit 1f83488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"preset": "yandex",
"disallowKeywordsOnNewLine": null
"disallowKeywordsOnNewLine": null,
"requireKeywordsOnNewLine": ["else"]
}

0 comments on commit 1f83488

Please sign in to comment.