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.
2 parents 13a6c7c + b44150b commit a38fd5eCopy full SHA for a38fd5e
.editorconfig
@@ -0,0 +1,15 @@
1
+# EditorConfig helps developers define and maintain consistent
2
+# coding styles between different editors and IDEs
3
+# See also http://editorconfig.org/
4
+
5
+root = true
6
7
+[*]
8
+charset = utf-8
9
+end_of_line = lf
10
+indent_style = space
11
+insert_final_newline = true
12
+trim_trailing_whitespace = true
13
14
+[*.md]
15
+trim_trailing_whitespace = false
0 commit comments