Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kddubey committed Mar 26, 2024
1 parent 77dd141 commit c2cfedb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
*.pyc
*.egg-info/
__pycache__/
.vscode
subsample_test_*
*.nc
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"rewrap.autoWrap.enabled": true,
"autoDocstring.docstringFormat": "numpy",
"autoDocstring.startOnNewLine": true,
"editor.rulers": [
88
]
}

0 comments on commit c2cfedb

Please sign in to comment.