Configure black and isort and editors supporting editorconfig
parent
24d33b33c0
commit
9cf90b7442
@ -0,0 +1,6 @@
|
||||
root = true
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
max_line_length = 88
|
Loading…
Reference in New Issue