We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36bf7cf + 98bcd20 commit 7878ea6Copy full SHA for 7878ea6
.editorconfig
@@ -0,0 +1,37 @@
1
+; editorconfig.org
2
+root = true
3
+
4
+[*]
5
+indent_style = space
6
+indent_size = 4
7
+end_of_line = lf
8
+charset = utf-8
9
+trim_trailing_whitespace = true
10
+insert_final_newline = true
11
12
+[*.coffee]
13
14
15
+[*.cjsx]
16
17
18
+[*.json]
19
+indent_size = 2
20
21
+[*.js]
22
23
24
+[*.jsx]
25
26
27
+[*.es6]
28
29
30
+[*.html]
31
32
33
+[*.yaml]
34
35
36
+[.eslintrc]
37
0 commit comments