Another VS Code setting to disable trim on save (#1579)

follow up to https://github.com/hydrusnetwork/hydrus/pull/1473
This commit is contained in:
rtldg 2024-08-10 20:48:55 +00:00 committed by GitHub
parent a78e8e8e0b
commit 3e6d4ee14b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"editor.trimAutoWhitespace": false,
"editor.renderWhitespace": "boundary",
"files.trimTrailingWhitespace": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.tabSize": 4
}