Skip to content

Commit d09e7b6

Browse files
committed
chore: set docstring format in vscode settings.json to "numpy" to follow project conventions
1 parent d6bf84d commit d09e7b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@
103103
"yaml.extension.recommendations": true,
104104
"yaml.schemas": {
105105
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
106-
}
106+
},
107+
"autoDocstring.docstringFormat": "numpy"
107108
}

0 commit comments

Comments
 (0)