vscode: update editor settings and commit constraints
authorJosef Schlehofer <redacted>
Fri, 9 Jan 2026 14:05:45 +0000 (15:05 +0100)
committerHannu Nyman <redacted>
Fri, 13 Mar 2026 17:59:50 +0000 (19:59 +0200)
Enable trailing whitespace trimming, insert final newline, and force LF.
Configure git input validation to warn if subject exceeds 60 characters
or if body lines exceed 75 characters.

Signed-off-by: Josef Schlehofer <redacted>
.vscode/settings.json

index 7feba4b7e9c43b718fa396af29937aca2d861876..dbebacf32ea718ee5a4276bbdd29bd3d62b331e6 100644 (file)
@@ -1,3 +1,10 @@
 {
-    "git.alwaysSignOff": true
-}
\ No newline at end of file
+    "git.alwaysSignOff": true,
+    "files.trimTrailingWhitespace": true,
+    "files.insertFinalNewline": true,
+    "files.trimFinalNewlines": true,
+    "files.eol": "\n",
+    "git.inputValidation": true,
+    "git.inputValidationSubjectLength": 60,
+    "git.inputValidationLineLength": 75
+}
git clone https://git.99rst.org/PROJECT