{
"workbench.colorTheme": "Monokai",
"files.autoSave": "onFocusChange",
"editor.fontSize": 15,
"editor.lineHeight": 25,
"editor.fontWeight": 500,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"flake8.args": [
"--max-line-length=250"
],
"pylint.args": [
"--max-line-length=250"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}
标签:vscode,max,args,python,editor,设置,250
From: https://www.cnblogs.com/wangshx666/p/17178270.html