Skip to content

Commit

Permalink
Indent with tabs, added ESLint indent rule, fixed other ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Aug 7, 2015
1 parent fd34209 commit fc35789
Show file tree
Hide file tree
Showing 73 changed files with 5,893 additions and 6,137 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"no-empty":2,
"brace-style": [1, "stroustrup", { "allowSingleLine": true }],
"space-after-keywords": [2, "always"],
"no-space-before-semi": 0
"no-space-before-semi": 0,
"indent": [2, "tab"]
}
}
Loading

0 comments on commit fc35789

Please sign in to comment.