Turn off trailing whitespace triming in strings (#10646)

We have tests with baselines that have trailing whitespaces. Our `trimTrailingWhitespace` setting means that those will get modified automatically, breaking those tests. To fix that, I implemented a vscode feature to avoid triming inside regex and strings, so let's use that.
This commit is contained in:
Fred Silberberg 2024-07-18 15:17:49 -07:00 коммит произвёл GitHub
Родитель d91189f3b0
Коммит f75ab6018f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

1
.vscode/settings.json поставляемый
Просмотреть файл

@ -1,5 +1,6 @@
{
"files.trimTrailingWhitespace": true,
"files.trimTrailingWhitespaceInRegexAndStrings": false,
"files.associations": {
"*.*proj": "xml",
"*.props": "xml",