Skip to content

Commit 60cb274

Browse files
committed
editor settings
1 parent a0c7450 commit 60cb274

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"editor.formatOnSave": true,
33
"editor.codeActionsOnSave": {
4-
"source.organizeImports": true,
5-
"source.fixAll": true
4+
"source.organizeImports": "explicit",
5+
"source.fixAll": "explicit"
66
},
77
"[python]": {
88
"editor.defaultFormatter": "charliermarsh.ruff"

0 commit comments

Comments
 (0)