Skip to content

Commit

Permalink
Consistent use of double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cpettitt committed Sep 30, 2014
1 parent 6baaae6 commit a770590
Show file tree
Hide file tree
Showing 8 changed files with 149 additions and 148 deletions.
5 changes: 3 additions & 2 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"preset": "google",
"disallowSpaceAfterPrefixUnaryOperators": true,
"maximumLineLength": 100
"disallowTrailingWhitespace": true,
"maximumLineLength": 100,
"validateQuoteMarks": true
}
Loading

0 comments on commit a770590

Please sign in to comment.