diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..bd1195c --- /dev/null +++ b/setup.cfg @@ -0,0 +1,8 @@ +[isort] +known_django = django +sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER +multi_line_output=3 +include_trailing_comma=True +force_grid_wrap=0 +combine_as_imports=True +line_length=88 \ No newline at end of file