Skip to content

Commit 8d924d3

Browse files
Set git commit signing on in .vscode/settings.json (NVIDIA#393)
Signed-off-by: Keval Morabia <[email protected]>
1 parent 83d7623 commit 8d924d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@
4242
"evenBetterToml.schema.enabled": false, // disable toml/json schema since we have custom fields
4343
"python.analysis.extraPaths": [
4444
"./tests/" // add tests to python path just like pytest does in pyproject.toml
45-
]
45+
],
46+
"git.alwaysSignOff": true,
47+
"git.enableCommitSigning": true,
4648
}

0 commit comments

Comments
 (0)