Skip to content

Commit

Permalink
Drop no-longer-used isort configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 4, 2020
1 parent 051bffa commit 96f6f0a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.py]
# https://github.com/timothycrosley/isort/wiki/isort-Settings
line_length=120
known_first_party=junction
multi_line_output=3
default_section=THIRDPARTY
import_heading_stdlib=Standard Library
import_heading_firstparty=Junction Stuff
import_heading_thirdparty=Third Party Stuff

[*.yml]
indent_style = space
indent_size = 2
Expand Down

0 comments on commit 96f6f0a

Please sign in to comment.