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"
}
posted @ 2023-03-04 14:36  二二二狗子  阅读(24)  评论(0)    收藏  举报