File size: 487 Bytes
0a359f0
27280f1
 
0a359f0
8db855c
0a359f0
 
8db855c
27280f1
0a359f0
 
27280f1
 
 
 
75164b5
0a359f0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "editor.formatOnSave": true,
    "files.insertFinalNewline": false,
    "[python]": {
        "editor.defaultFormatter": "charliermarsh.ruff",
        "editor.formatOnType": true,
        "editor.codeActionsOnSave": {
            "source.fixAll.ruff": "explicit",
            "source.organizeImports": "explicit"
        }
    },
    "[jupyter]": {
        "files.insertFinalNewline": false
    },
    "notebook.output.scrolling": true,
    "notebook.formatOnSave.enabled": true
}