diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-04 02:09:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 07:09:32 +0000 |
commit | 1a10af12fb16d5719818c3dc16f95af075210190 (patch) | |
tree | f1adc01c3eef0f1dd96d454219e371c1dacf38c6 /.vscode/settings.json | |
parent | e4c6608103be5b031a0ba3ce1c70982114480360 (diff) |
Fix EOL whitespace (#631)
* Remove eol whitespace
* Add setting
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 44bef962..5aa6512c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,6 +25,7 @@ "typescript" ], "files.eol": "\n", + "files.trimTrailingWhitespace": true, "html-validate.validate": [ "html" ] |