Просмотр исходного кода

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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16540
Signed-off-by: Hauke Mehrtens <[email protected]>
Andrey Butirsky 1 год назад
Родитель
Сommit
0668537d29
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .vscode/settings.json

+ 3 - 0
.vscode/settings.json

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