Skip to content

Commit c89e7d3

Browse files
committed
Add formatting config for vscode
1 parent 90d9f7c commit c89e7d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"python.linting.enabled": true,
3+
"python.linting.pylintPath": "pylint",
4+
"editor.formatOnSave": true,
5+
"python.formatting.provider": "yapf",
6+
"python.linting.pylintEnabled": true,
7+
}

0 commit comments

Comments
 (0)