openwrt/.vscode/settings.json
Andrey Butirsky 0668537d29 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>
2024-10-03 17:18:51 +02:00

4 lines
34 B
JSON

{
"git.alwaysSignOff": true
}