Skip to content

Commit c566561

Browse files
committed
Setup 'numpy' as the default docstring format
- Added 'Python Docstring Generator' extension to gitpod settings Signed-off-by: Bharath Narayan <[email protected]>
1 parent 38a9fde commit c566561

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ vscode:
1717
- [email protected]:tZ/6xOSSdKUaq6JCUVkD+A==
1818
- [email protected]:Uu7lIOwyLgmNWpTwCl/iqQ==
1919
- [email protected]:hsU/Rd39aqPYowTqL+DbXg==
20+
- [email protected]:EBIOShg8dcmi8/snmYWYnw==

.vscode/settings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
"python.envFile": "${workspaceFolder}/gitpod.env",
3030
"editor.formatOnSave": true,
3131
"files.insertFinalNewline": true,
32-
"git.alwaysSignOff": true
33-
}
32+
"git.alwaysSignOff": true,
33+
"autoDocstring.docstringFormat": "numpy"
34+
}

0 commit comments

Comments
 (0)