Add VS Code settings.json (#1473)

This commit is contained in:
Paul Friederichsen 2023-11-04 13:29:46 -05:00 committed by GitHub
parent 1f9b4ba892
commit 7ed125ce63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

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