Skip to content

Commit

Permalink
Add setting for #1604: allow toggling section header in indented imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Dec 10, 2020
1 parent 8647eb0 commit 32dee15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isort/settings.py
Expand Up @@ -205,6 +205,7 @@ class _Config:
namespace_packages: FrozenSet[str] = frozenset()
follow_links: bool = True
dedupe_imports: bool = True
indented_import_headings: bool = True

def __post_init__(self):
py_version = self.py_version
Expand Down

0 comments on commit 32dee15

Please sign in to comment.