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 e648e67 commit 33a64f0Copy full SHA for 33a64f0
.editorconfig
@@ -0,0 +1,20 @@
1
+# EditorConfig helps maintain consistent coding styles for multiple developers
2
+# http://EditorConfig.org
3
+
4
+root = true
5
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+indent_style = space
10
+indent_size = 4
11
+insert_final_newline = true
12
+trim_trailing_whitespace = true
13
14
+[*.py]
15
16
17
+[*.md]
18
+# Two trailing spaces yield a hard line break in Markdown.
19
+# https://spec.commonmark.org/0.30/#hard-line-breaks
20
+trim_trailing_whitespace = false
0 commit comments