Skip to content

Commit 4ca01e5

Browse files
committed
Disable trimTrailingWhitespace in VS Code workspace settings
1 parent aec4857 commit 4ca01e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
// Important to disable for EditorConfig to apply correctly
3+
// See: https://github.com/editorconfig/editorconfig-vscode/issues/153
4+
"files.trimTrailingWhitespace": false
5+
}

0 commit comments

Comments
 (0)