Skip to content

Commit 7566dd1

Browse files
committed
STY: add isort config file
1 parent 0dea857 commit 7566dd1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.isort.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[settings]
2+
line_length=79
3+
#force_to_top=file1.py,file2.py
4+
#skip=file3.py,file4.py
5+
known_future_library=future
6+
#known_standard_library=std,std2
7+
#known_third_party=randomthirdparty
8+
#known_first_party=mylib1,mylib2
9+
indent=' '
10+
multi_line_output=4
11+
#length_sort=1
12+
#forced_separate=django.contrib,django.utils
13+
#default_section=FIRSTPARTY
14+
#no_lines_before=LOCALFOLDER

0 commit comments

Comments
 (0)