Skip to content

Commit

Permalink
vscode の設定を最新に
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 8, 2023
1 parent 9fdfaa4 commit e8352ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "ms-python.autopep8"
},
Expand Down

0 comments on commit e8352ee

Please sign in to comment.