diff options
Diffstat (limited to 'python/.isort.cfg')
-rw-r--r-- | python/.isort.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/.isort.cfg b/python/.isort.cfg new file mode 100644 index 0000000000..6d0fd6cc0d --- /dev/null +++ b/python/.isort.cfg @@ -0,0 +1,7 @@ +[settings] +force_grid_wrap=4 +force_sort_within_sections=True +include_trailing_comma=True +line_length=72 +lines_after_imports=2 +multi_line_output=3
\ No newline at end of file |