We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f2d06 commit 79ce653Copy full SHA for 79ce653
.editorconfig
@@ -0,0 +1,16 @@
1
+root = true
2
+
3
+[*]
4
5
+# Change these settings to your own preference
6
+indent_style = space
7
+indent_size = 2
8
9
+# We recommend you to keep these unchanged
10
+end_of_line = lf
11
+charset = utf-8
12
+trim_trailing_whitespace = true
13
+insert_final_newline = true
14
15
+[*.md]
16
+trim_trailing_whitespace = false
.nycrc
@@ -4,4 +4,4 @@
],
"sourceMap": false,
"instrument": false
-}
+}
0 commit comments