summaryrefslogtreecommitdiff
path: root/example_shared_isort_profile/example_shared_isort_profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_shared_isort_profile/example_shared_isort_profile.py')
-rw-r--r--example_shared_isort_profile/example_shared_isort_profile.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/example_shared_isort_profile/example_shared_isort_profile.py b/example_shared_isort_profile/example_shared_isort_profile.py
new file mode 100644
index 00000000..986ddd5d
--- /dev/null
+++ b/example_shared_isort_profile/example_shared_isort_profile.py
@@ -0,0 +1,7 @@
+PROFILE = {
+ "multi_line_output": 3,
+ "include_trailing_comma": True,
+ "force_grid_wrap": 0,
+ "use_parentheses": True,
+ "line_length": 100,
+}