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 + ] }