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 ce60d44 commit a1ef7d2Copy full SHA for a1ef7d2
extension.json
@@ -27,6 +27,19 @@
27
]
28
},
29
"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
+ },
43
{
44
"title": "Flake8",
45
"type": "section",
@@ -51,12 +64,6 @@
51
64
"type": "path",
52
65
"placeholder": "/usr/bin/env black"
53
66
54
- {
55
- "key": "is.flother.Blake.maxLineLength",
56
- "title": "Max line length",
57
- "type": "number",
58
- "placeholder": 88
59
- },
60
67
61
68
"key": "is.flother.Blake.formatOnSave",
62
69
"title": "Format Python source code files on save",
0 commit comments