Skip to content

Commit 1778ac9

Browse files
committed
vscode settings for project
1 parent 085e8f4 commit 1778ac9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"*.gdshader": "${capture}.gdshader.uid",
2525
"*.png": "${capture}.png.import"
2626
},
27-
"explorer.fileNesting.expand": false
27+
"explorer.fileNesting.expand": false,
28+
"files.eol": "\n",
29+
"files.trimFinalNewlines": true,
30+
"files.trimTrailingWhitespace": true,
2831
}

0 commit comments

Comments
 (0)