We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f22b7 commit 7d9d98fCopy full SHA for 7d9d98f
1 file changed
.editorconfig
@@ -0,0 +1,23 @@
1
+# This file is for unifying the coding style for different editors and IDEs.
2
+# It is not reqired for a project, but can be very helpful.
3
+# More information at http://EditorConfig.org
4
+
5
+root = true
6
7
+[*]
8
+charset = utf-8
9
+end_of_line = lf
10
+insert_final_newline = true
11
12
+[*.py]
13
+indent_size = 4
14
+indent_style = space
15
+trim_trailing_whitespace = true
16
+max_line_length = 100
17
18
+[*.md]
19
+max_line_length = 79
20
21
22
+[*.rst]
23
0 commit comments