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:
parent
a78e8e8e0b
commit
3e6d4ee14b
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"editor.trimAutoWhitespace": false,
|
||||
"editor.renderWhitespace": "boundary",
|
||||
"files.trimTrailingWhitespace": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
"editor.tabSize": 4
|
||||
}
|
Loading…
Reference in New Issue