Skip to content

Commit df9fcf1

Browse files
committed
Remove trimTrailingWhitespace from settings.json
It conflicts with .editorconfig
1 parent f085629 commit df9fcf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
33
"javascript.validate.enable": false,
4-
"files.trimTrailingWhitespace": true,
54
"eslint.enable": false,
65
"editor.insertSpaces": true,
76
"editor.tabSize": 4
8-
}
7+
}

0 commit comments

Comments
 (0)