Skip to content

Commit 02d5394

Browse files
committed
Unrelated: add .editorconfig
Signed-off-by: Yves Bastide <[email protected]>
1 parent fc854f4 commit 02d5394

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[*]
2+
end_of_line = lf
3+
insert_final_newline = true
4+
5+
[*.py]
6+
indent_style = space
7+
indent_size = 4
8+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)