vscode设置
{
"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"
}
浙公网安备 33010602011771号