summaryrefslogtreecommitdiff
path: root/.jsbeautifyrc
diff options
context:
space:
mode:
Diffstat (limited to '.jsbeautifyrc')
-rw-r--r--.jsbeautifyrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.jsbeautifyrc b/.jsbeautifyrc
new file mode 100644
index 0000000..bc9ebe9
--- /dev/null
+++ b/.jsbeautifyrc
@@ -0,0 +1,6 @@
+{
+ "indent_with_tabs": true,
+ "end_with_newline": true,
+ "space_after_anon_function": true,
+ "keep_array_indentation": true
+}