Formatting according to PEP-8 using autopep8
I've added a `setup.cfg` file with `[pep8]` section to make it use the 120-char line length limit we have for all Blender/Python scripts.
This commit is contained in:
2
benchmark/setup.cfg
Normal file
2
benchmark/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[pep8]
|
||||
max-line-length = 120
|
Reference in New Issue
Block a user