File size: 487 Bytes
8781a5b
2e0e3aa
 
8781a5b
4d3ff27
8781a5b
 
4d3ff27
2e0e3aa
8781a5b
 
2e0e3aa
 
 
 
b80af95
8781a5b
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
}