From fc266b9d1314cf267672fff9fe385c5b964ad08d Mon Sep 17 00:00:00 2001 From: RobertAKARobin Date: Tue, 3 Sep 2024 12:58:20 -0500 Subject: [PATCH] undo vscode trimTrailingWhitespace --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1e741cbb..6171e827 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,5 @@ "eslint.validate": [ "javascript", // ... "html" // Add "html" to enable linting `.html` files. - ], - - "files.trimTrailingWhitespace": false + ] }