diff --git a/.jsbeautifyrc b/.jsbeautifyrc
new file mode 100644
index 0000000..0631808
--- /dev/null
+++ b/.jsbeautifyrc
@@ -0,0 +1,17 @@
+{
+ "preserve_newlines": true,
+ "jslint_happy": true,
+ "keep_array_indentation": true,
+ "space_before_conditional": true,
+ "max_preserve_newlines": 10,
+ "brace_style": "collapse",
+ "keep_function_indentation": false,
+ "break_chained_methods": false,
+ "eval_code": false,
+ "unescape_strings": false,
+ "wrap_line_length": 0,
+ "space_in_paren": true,
+ "space_in_square_bracket": true,
+ "git_happy": true,
+ "indent_with_tabs": true
+}
diff --git a/examples/index.html b/examples/index.html
index 18b2c69..802996b 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -26,7 +26,6 @@
-