Skip to content

Commit 1bd1a9b

Browse files
Added .vscode to keep track of dev environment.
1 parent ea09311 commit 1bd1a9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"black-formatter.args": [
3+
"--skip-string-normalization",
4+
"--line-length=100"
5+
],
6+
"[python]": {
7+
"editor.defaultFormatter": "ms-python.black-formatter"
8+
},
9+
}

0 commit comments

Comments
 (0)