Skip to content

Commit e10d2a2

Browse files
authored
Add notebook auto-formatting with vscode (#185)
1 parent 830adc8 commit e10d2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"evenBetterToml.schema.enabled": true,
3232
"evenBetterToml.schema.links": true,
3333
"evenBetterToml.syntax.semanticTokens": false,
34-
"notebook.formatOnCellExecution": false,
35-
"notebook.formatOnSave.enabled": false,
34+
"notebook.formatOnCellExecution": true,
35+
"notebook.formatOnSave.enabled": true,
3636
"python.analysis.autoFormatStrings": true,
3737
"python.analysis.inlayHints.functionReturnTypes": false,
3838
"python.analysis.typeCheckingMode": "basic",

0 commit comments

Comments
 (0)