We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085e8f4 commit 1778ac9Copy full SHA for 1778ac9
1 file changed
.vscode/settings.json
@@ -24,5 +24,8 @@
24
"*.gdshader": "${capture}.gdshader.uid",
25
"*.png": "${capture}.png.import"
26
},
27
- "explorer.fileNesting.expand": false
+ "explorer.fileNesting.expand": false,
28
+ "files.eol": "\n",
29
+ "files.trimFinalNewlines": true,
30
+ "files.trimTrailingWhitespace": true,
31
}
0 commit comments