vscode格式化文档在setting.json中起作用,在代码编辑页面不起作用
格式化文档在setting.json中起作用,在代码编辑页面不起作用,
求帮助
{
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"python.linting.flake8Args": [
"--max-line-length=248"
],
"python.linting.pylintEnabled": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"editor.formatOnSave": true
}