We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c725d commit 13fe13aCopy full SHA for 13fe13a
.vscode/extensions.json
@@ -21,7 +21,9 @@
21
"vadimcn.vscode-lldb",
22
"xaver.clang-format",
23
"yuichinukiyama.vscode-preview-server",
24
- "yzhang.markdown-all-in-one"
+ "yzhang.markdown-all-in-one",
25
+ "ms-python.autopep8",
26
+ "ms-python.isort"
27
],
28
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
29
"unwantedRecommendations": []
.vscode/settings.json
@@ -192,5 +192,5 @@
192
"[python]": {
193
"editor.defaultFormatter": "ms-python.autopep8"
194
},
195
- "python.formatting.provider": "none"
+ "autopep8.args": ["--max-line-length", "132"]
196
}
0 commit comments