Skip to content

Commit ac6e51b

Browse files
committed
adding .editorconfig to aid code disply
1 parent 86bf095 commit ac6e51b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.editorconfig

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

0 commit comments

Comments
 (0)