Skip to content

Commit a1ef7d2

Browse files
committed
Move max line length setting to General section
It affects both Black and Flake8 so it makes sense to move it out of the Black section.
1 parent ce60d44 commit a1ef7d2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

extension.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@
2727
]
2828
},
2929
"configWorkspace": [
30+
{
31+
"title": "General",
32+
"type": "section",
33+
"children": [
34+
{
35+
"key": "is.flother.Blake.maxLineLength",
36+
"title": "Max line length",
37+
"description": "Maximum number of characters allowed per line",
38+
"type": "number",
39+
"placeholder": 88
40+
}
41+
]
42+
},
3043
{
3144
"title": "Flake8",
3245
"type": "section",
@@ -51,12 +64,6 @@
5164
"type": "path",
5265
"placeholder": "/usr/bin/env black"
5366
},
54-
{
55-
"key": "is.flother.Blake.maxLineLength",
56-
"title": "Max line length",
57-
"type": "number",
58-
"placeholder": 88
59-
},
6067
{
6168
"key": "is.flother.Blake.formatOnSave",
6269
"title": "Format Python source code files on save",

0 commit comments

Comments
 (0)