Files
openwrt/.vscode/settings.json
T
Josef Schlehofer af75e1c527 vscode: update editor formatting and line endings settings
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>
2026-06-14 10:49:24 +02:00

8 lines
174 B
JSON

{
"git.alwaysSignOff": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.eol": "\n"
}