We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5895fc0 commit 01637a3Copy full SHA for 01637a3
1 file changed
.editorconfig
@@ -0,0 +1,22 @@
1
+# http://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+indent_style = space
7
+indent_size = 2
8
+end_of_line = lf
9
+charset = utf-8
10
+trim_trailing_whitespace = true
11
+insert_final_newline = true
12
+max_line_length = 100
13
+indent_brace_style = 1TBS
14
+spaces_around_operators = true
15
+quote_type = auto
16
17
+[package.json]
18
19
20
21
+[*.md]
22
+trim_trailing_whitespace = false
0 commit comments