diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000000..c371bbefc6 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,7 @@ +[settings] +multi_line_output=3 +include_trailing_comma=True +force_grid_wrap=0 +use_parentheses=True +line_length=88 +ensure_newline_before_comments=True