Skip to content

Commit 815598a

Browse files
committed
.vscode/settings.json: insertFinalNewline and trimTrailingWhitespace
For when people make PR:s touching .toml, .md files
1 parent 1ebb5cc commit 815598a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"editor.formatOnSave": true
2+
"files.insertFinalNewline": true,
3+
"editor.formatOnSave": true,
4+
"files.trimTrailingWhitespace": true
35
}

0 commit comments

Comments
 (0)