summaryrefslogtreecommitdiff
path: root/isort/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/settings.py')
-rw-r--r--isort/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/isort/settings.py b/isort/settings.py
index c796d966..b1075148 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -162,7 +162,8 @@ default = {'force_to_top': [],
'no_lines_before': [],
'no_inline_sort': False,
'ignore_comments': False,
- 'safety_excludes': True}
+ 'safety_excludes': True,
+ 'case_sensitive': False}
@lru_cache()