Skip to content

Commit

Permalink
Merge pull request #25 from mohayonao/code-cleanup
Browse files Browse the repository at this point in the history
refactoring
  • Loading branch information
mohayonao committed May 1, 2014
2 parents 24ea913 + 60a58c9 commit 4ab4b55
Show file tree
Hide file tree
Showing 57 changed files with 1,654 additions and 1,615 deletions.
3 changes: 1 addition & 2 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"requireSpaceAfterKeywords": [
"if", "else", "for", "while", "do", "switch", "return", "try", "catch"
],
// "requireSpaceBeforeBlockStatements": true,
"requireSpaceBeforeBlockStatements": true,
"requireParenthesesAroundIIFE": true,
"requireSpacesInFunctionExpression": {
"beforeOpeningCurlyBrace": true
Expand Down Expand Up @@ -36,7 +36,6 @@
"validateQuoteMarks": { "mark": "\"", "escape": true },
"validateIndentation": 2,
"disallowTrailingWhitespace": true,
// "disallowTrailingComma": true,
"disallowKeywordsOnNewLine": [ "else" ],
"requireLineFeedAtFileEnd": true,
"maximumLineLength": 100
Expand Down
Loading

0 comments on commit 4ab4b55

Please sign in to comment.