Skip to content

Commit 1b879d3

Browse files
author
Chris Reed
committed
Added auto test results to gitignore and added editorconfig.
Signed-off-by: Chris Reed <[email protected]>
1 parent e4d9d6d commit 1b879d3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -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

+2
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,5 @@ html
5353
#PyCharm project files
5454
.idea
5555

56+
automated_test_result.txt
57+

0 commit comments

Comments
 (0)