Skip to content

Commit 1a0be9c

Browse files
author
redjax
committed
feat(settings): Add .vscode settings
1 parent e9d2767 commit 1a0be9c

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.black-formatter"
4+
},
5+
"python.formatting.provider": "none"
6+
}

0 commit comments

Comments
 (0)