We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051bffa commit 96f6f0aCopy full SHA for 96f6f0a
.editorconfig
@@ -12,16 +12,6 @@ trim_trailing_whitespace = true
12
indent_style = space
13
indent_size = 4
14
15
-[*.py]
16
-# https://github.com/timothycrosley/isort/wiki/isort-Settings
17
-line_length=120
18
-known_first_party=junction
19
-multi_line_output=3
20
-default_section=THIRDPARTY
21
-import_heading_stdlib=Standard Library
22
-import_heading_firstparty=Junction Stuff
23
-import_heading_thirdparty=Third Party Stuff
24
-
25
[*.yml]
26
27
indent_size = 2
0 commit comments