Skip to content

Commit 6717ef0

Browse files
committed
Add vscode settings
1 parent 4bde862 commit 6717ef0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"[python]": {
4+
"editor.defaultFormatter": "ms-python.black-formatter"
5+
}
6+
}

0 commit comments

Comments
 (0)