summaryrefslogtreecommitdiff
path: root/isort/profiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/profiles.py')
-rw-r--r--isort/profiles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/isort/profiles.py b/isort/profiles.py
index 669c8277..1210c8ef 100644
--- a/isort/profiles.py
+++ b/isort/profiles.py
@@ -6,6 +6,7 @@ black = {
"include_trailing_comma": True,
"force_grid_wrap": 0,
"use_parentheses": True,
+ "ensure_newline_before_comments": True,
}
django = {
"combine_as_imports": True,