@@ -0,0 +1,8 @@
+root = true
+
+[*.js]
+  indent_style = space
+  indent_size = 4
+  end_of_line = lf
+  charset = utf-8
+  trim_trailing_whitespace = true
\ No newline at end of file