Skip to content

Commit 22ac390

Browse files
committed
feat: add vscode settings.json
1 parent 6b7f870 commit 22ac390

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"[python]": {
3+
"editor.defaultFormatter": "ms-python.autopep8"
4+
},
5+
"python.formatting.provider": "none"
6+
}

0 commit comments

Comments
 (0)