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 4303217 commit f65c8f2Copy full SHA for f65c8f2
.editorconfig
@@ -0,0 +1,16 @@
1
+# For more information about the properties used in
2
+# this file, please see the EditorConfig documentation:
3
+# http://editorconfig.org/
4
+
5
+root = true
6
7
+[*]
8
+charset = utf-8
9
+end_of_line = lf
10
+indent_size = 2
11
+indent_style = space
12
+insert_final_newline = true
13
+trim_trailing_whitespace = true
14
15
+[*.md]
16
+trim_trailing_whitespace = false
0 commit comments