diff options
Diffstat (limited to '.isort.cfg')
-rw-r--r-- | .isort.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000..9d981a8 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,6 @@ +[settings] +line_length = 88 +known_first_party = installer +default_section = THIRDPARTY +multi_line_output = 3 +include_trailing_comma = True |