]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
vscode: update editor formatting and line endings settings 23750/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 9 Jan 2026 14:05:45 +0000 (15:05 +0100)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 14 Jun 2026 08:49:24 +0000 (10:49 +0200)
Enable trailing whitespace trimming, insert final newline, and force LF.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23750
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
.vscode/settings.json

index b93fa58b76f68e6d292cf9cf27c141726f6040d8..fd1d4e77eda2a7da1efe4b8967486946a44d2aa3 100644 (file)
@@ -1,3 +1,7 @@
 {
-    "git.alwaysSignOff": true
+    "git.alwaysSignOff": true,
+    "files.trimTrailingWhitespace": true,
+    "files.insertFinalNewline": true,
+    "files.trimFinalNewlines": true,
+    "files.eol": "\n"
 }