Skip to content

Commit

Permalink
Add notebook auto-formatting with vscode (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Jan 15, 2024
1 parent 830adc8 commit e10d2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"evenBetterToml.schema.enabled": true,
"evenBetterToml.schema.links": true,
"evenBetterToml.syntax.semanticTokens": false,
"notebook.formatOnCellExecution": false,
"notebook.formatOnSave.enabled": false,
"notebook.formatOnCellExecution": true,
"notebook.formatOnSave.enabled": true,
"python.analysis.autoFormatStrings": true,
"python.analysis.inlayHints.functionReturnTypes": false,
"python.analysis.typeCheckingMode": "basic",
Expand Down

0 comments on commit e10d2a2

Please sign in to comment.