openwrt-pf/.vscode/settings.json
Shiji Yang 91c0e9b2fb
editor: vscode: do not trim diff file trailing whitespace
This rule will break the patch structure.

Fixes: af75e1c527 ("vscode: update editor formatting and line endings settings")
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/24411
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2026-07-25 22:45:06 +02:00

11 lines
244 B
JSON

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