meta: VS Code: add "Git: Always Sign Off" setting

VS Code setting to auto signoff commits.
This also corresponds to our GitHub Web workflow.

Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16540
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Andrey Butirsky 2024-09-28 18:01:16 +00:00 committed by Hauke Mehrtens
parent 8c36040f04
commit 0668537d29
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"git.alwaysSignOff": true
}