[openwrt/openwrt] meta: VS Code: add "Git: Always Sign Off" setting

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 3 08:19:51 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0668537d29b1bd2947609c49fb4015fa4ebbf8f7

commit 0668537d29b1bd2947609c49fb4015fa4ebbf8f7
Author: Andrey Butirsky <butirsky at gmail.com>
AuthorDate: Sat Sep 28 18:01:16 2024 +0000

    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16540
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .vscode/settings.json | 3 +++
 1 file changed, 3 insertions(+)

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




More information about the lede-commits mailing list