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.
1 parent 46b1049 commit bfe9ce3Copy full SHA for bfe9ce3
.editorconfig
@@ -0,0 +1,20 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+# editorconfig.org
4
+
5
+root = true
6
7
+[*]
8
+# Change these settings to your own preference
9
+indent_style = space
10
+indent_size = 4
11
12
+# We recommend you to keep these unchanged
13
+end_of_line = lf
14
+charset = utf-8
15
+trim_trailing_whitespace = true
16
+insert_final_newline = true
17
18
+[*.md]
19
+trim_trailing_whitespace = false
20
0 commit comments