meta: VS Code: Git: Always Sign Off
authorAndrey Butirsky <butirsky@gmail.com>
Wed, 25 Sep 2024 18:34:48 +0000 (18:34 +0000)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 4 Oct 2024 14:27:33 +0000 (16:27 +0200)
Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
.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..7feba4b
--- /dev/null
@@ -0,0 +1,3 @@
+{
+    "git.alwaysSignOff": true
+}
\ No newline at end of file