There was an error while loading. Please reload this page.
1 parent 9d5aab8 commit 6ce1e3bCopy full SHA for 6ce1e3b
.editorconfig
@@ -0,0 +1,13 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Unix-style newlines with a newline ending every file
7
+[*]
8
+end_of_line = lf
9
+insert_final_newline = true
10
11
+# Indentation override for all JS under lib directory
12
+[*.js]
13
+indent_style = tab
0 commit comments