mirror of
https://git.openwrt.org/openwrt/openwrt.git/
synced 2025-10-05 21:42:43 +02:00
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:
committed by
Hauke Mehrtens
parent
8c36040f04
commit
0668537d29
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"git.alwaysSignOff": true
|
||||
}
|
Reference in New Issue
Block a user