Adding settings for project.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-05-11 11:28:42 -04:00
parent ee04dda949
commit d5efae2c6a
4 changed files with 43 additions and 0 deletions

6
isort.cfg Normal file
View File

@@ -0,0 +1,6 @@
[settings]
line-length = 88
multi_line_output = 5
include_trailing_comma = true
known_future_library = "future"
indent = ' ' '