File size: 268 Bytes
e612627
d5684b3
 
 
 
 
 
 
 
 
e612627
1
2
3
4
5
6
7
8
9
10
11
{
    "jupyter.notebookFileRoot": "${workspaceFolder}",
    "[python]": {
        "editor.defaultFormatter": "ms-python.black-formatter",
        "editor.formatOnSave": true,
    },
    "ms-python.black-formatter.args": [
        "--line-length",
        "119"
    ]
}