Skip to content

Commit

Permalink
Update curation
Browse files Browse the repository at this point in the history
  • Loading branch information
khl02007 committed Sep 29, 2023
1 parent 54b1b4c commit 9f35a11
Show file tree
Hide file tree
Showing 5 changed files with 1,007 additions and 945 deletions.
22 changes: 11 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"autoDocstring.docstringFormat": "numpy",
"remote.SSH.remoteServerListenOnSocket": true,
"git.confirmSync": false,
"python.analysis.typeCheckingMode": "off",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"autoDocstring.docstringFormat": "numpy",
"remote.SSH.remoteServerListenOnSocket": true,
"git.confirmSync": false,
"python.analysis.typeCheckingMode": "off",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true }
}
Loading

0 comments on commit 9f35a11

Please sign in to comment.