Skip to content

Commit 2176163

Browse files
committed
Add isort config
1 parent 2e37db9 commit 2176163

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.isort.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

0 commit comments

Comments
 (0)