Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Commit

Permalink
Adding RC files
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn committed Dec 9, 2014
1 parent d484aa9 commit 15866a8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
indent_size: 2,
indent_char: " ",
indent_level: 0,
indent_with_tabs: false,
preserve_newlines: true,
max_preserve_newlines: 2,
jslint_happy: true,
brace_style: "collapse",
keep_array_indentation: false,
keep_function_indentation: false,
space_before_conditional: true,
break_chained_methods: false,
eval_code: false,
unescape_strings: false,
wrap_line_length: 0
}
21 changes: 21 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"globals": {
"console": false
},
"camelcase": true,
"bitwise": true,
"browser": true,
"curly": true,
"eqeqeq": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noempty": true,
"quotmark": true,
"trailing": true,
"undef": true,
"unused": "vars",
"maxlen": 80
}

0 comments on commit 15866a8

Please sign in to comment.