Skip to content

Commit

Permalink
Update jscs to match Material repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthropic committed May 16, 2016
1 parent d3524cc commit fe35566
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .jscs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"preset": "google",
"maximumLineLength": 100,
"disallowMultipleLineBreaks": false
"disallowSpacesInsideObjectBrackets": null,
"requireSpacesInsideObjectBrackets": {
"allExcept": [ "[", "]", "{", "}" ]
},
"disallowSpacesInsideArrayBrackets": null,
"requireSpacesInsideArrayBrackets": {
"allExcept": [ "[", "]", "{", "}" ]
},
"disallowKeywordsOnNewLine": [ ],
"disallowMultipleVarDecl": null,
"maximumLineLength": 120,
"requireSemicolons": true
}

0 comments on commit fe35566

Please sign in to comment.