Skip to content

Commit f26276b

Browse files
committed
Added isort config
1 parent 5bc20f3 commit f26276b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.isort.cfg

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[settings]
2+
force_grid_wrap=0
3+
include_trailing_comma=True
4+
line_length=88
5+
multi_line_output=3
6+
use_parentheses=True
7+
ensure_newline_before_comments=True

0 commit comments

Comments
 (0)