1
0
Fork 0

Add .editorconfig

This commit is contained in:
Daniele Tricoli 2021-04-20 03:55:09 +02:00
parent d22c9669ff
commit a4680c41a4
1 changed files with 6 additions and 0 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
root = true
[*.py]
indent_style = space
indent_size = 4
max_line_length = 88