Skip to content

Commit

Permalink
Configure isort to use vertical hanging indent for imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Apr 21, 2020
1 parent 62b5b76 commit b5fa7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[isort]
combine_as_imports=true
include_trailing_comma=true
multi_line_output=5
multi_line_output=3
not_skip=__init__.py

[coverage:run]
Expand Down

0 comments on commit b5fa7ed

Please sign in to comment.