Skip to content

Commit

Permalink
🐛 fix(settings.json): update setting values
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-grant-hendry committed Dec 18, 2023
1 parent c0fa019 commit 4539f2a
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
@@ -1,7 +1,7 @@
{
"[markdown]": {
"editor.codeActionsOnSave": {
"source.fixAll.markdownlint": true
"source.fixAll.markdownlint": "explicit"
},
"editor.defaultFormatter": null,
"editor.formatOnPaste": true,
Expand All @@ -20,7 +20,7 @@
},
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.python",
"editor.formatOnSave": true,
Expand Down

0 comments on commit 4539f2a

Please sign in to comment.