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>
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"git.alwaysSignOff": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.insertFinalNewline": true,
|
|
"files.trimFinalNewlines": true,
|
|
"files.eol": "\n",
|
|
|
|
"[diff]": {
|
|
"files.trimTrailingWhitespace": false
|
|
}
|
|
}
|