We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d9d6d commit 1b879d3Copy full SHA for 1b879d3
.editorconfig
@@ -0,0 +1,14 @@
1
+# top-most EditorConfig file
2
+root = true
3
+
4
+# Unix-style newlines with a newline ending every file
5
+[*]
6
+end_of_line = lf
7
+insert_final_newline = true
8
+charset = utf-8
9
10
+# 4 space indentation for Python
11
+[*.py]
12
+indent_style = space
13
+indent_size = 4
14
+trim_trailing_whitespace = false
.gitignore
@@ -53,3 +53,5 @@ html
53
#PyCharm project files
54
.idea
55
56
+automated_test_result.txt
57
0 commit comments