Skip to content

Commit 32289ed

Browse files
committedMay 12, 2021
Add a .editorconfig file
1 parent 84f6128 commit 32289ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
insert_final_newline = true
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
indent_style = space
10+
indent_size = 2
11+
12+
[*.py]
13+
indent_size = 4

0 commit comments

Comments
 (0)