Skip to content

Commit 5830e80

Browse files
committed
Add .vscode
1 parent badd005 commit 5830e80

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.vscode/extensions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"recommendations": [
3+
"esbenp.prettier-vscode",
4+
"ms-python.python",
5+
"njpwerner.autodocstring",
6+
"redhat.vscode-yaml"
7+
]
8+
}

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"autoDocstring.docstringFormat": "sphinx",
3+
"python.formatting.provider": "black",
4+
"python.linting.enabled": true
5+
}

0 commit comments

Comments
 (0)