Skip to content

Commit

Permalink
update vscode settings for toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-romanov-o committed Jan 8, 2025
1 parent f3150b2 commit c3fa652
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
},
"editor.tabSize": 4
},
"python.testing.pytestArgs": ["."],
"[toml]": {
"editor.formatOnSave": true,
},
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
}

0 comments on commit c3fa652

Please sign in to comment.