We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed2f02 commit 9b943a5Copy full SHA for 9b943a5
.editorconfig
@@ -0,0 +1,20 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = crlf
6
+indent_size = 2
7
+insert_final_newline = false
8
+indent_style = tab
9
+trim_trailing_whitespace = true
10
11
+[*.json]
12
13
14
+[*.yml]
15
16
+indent_style = space
17
18
+[*.md]
19
20
.prettierrc
@@ -0,0 +1,6 @@
+{
+ "trailingComma": "none",
+ "tabWidth": 2,
+ "semi": true,
+ "singleQuote": true
+}
0 commit comments