We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5cc1b commit aad9f00Copy full SHA for aad9f00
.editorconfig
@@ -0,0 +1,16 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+insert_final_newline = true
6
7
+[*.{js,json,yml}]
8
+charset = utf-8
9
10
+[*.js]
11
+indent_style = space
12
+indent_size = 2
13
14
+[package.json]
15
16
.gitattributes
@@ -0,0 +1,2 @@
+*.js text eol=lf
+*.json text eol=lf
0 commit comments