meta: VS Code: add "Git: Always Sign Off" setting
authorAndrey Butirsky <butirsky@gmail.com>
Sat, 28 Sep 2024 18:01:16 +0000 (18:01 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 3 Oct 2024 15:18:51 +0000 (17:18 +0200)
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>
.vscode/settings.json [new file with mode: 0644]

diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644 (file)
index 0000000..b93fa58
--- /dev/null
@@ -0,0 +1,3 @@
+{
+    "git.alwaysSignOff": true
+}