diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..9eea40a7 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[isort] +multi_line_output=3 +include_trailing_comma=True +force_grid_wrap=0 +use_parentheses=True +line_length=88