Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones authored Oct 27, 2024
1 parent 2563c4e commit 7a4fdb1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"files.autoSave": "onFocusChange",
"files.autoSave": "onFocusChange",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.fontSize": 18
}
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"editor.fontSize": 18,
"terminal.integrated.defaultProfile.windows": "Git Bash",
"window.restoreWindows": "preserve",
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
}

0 comments on commit 7a4fdb1

Please sign in to comment.