1
Fork 0
mirror of https://github.com/Steffo99/particle-clash.git synced 2024-11-22 07:34:18 +00:00
particle-clash/.vscode/settings.json

9 lines
187 B
JSON
Raw Normal View History

2022-09-30 21:47:28 +00:00
{
"files.exclude": {
2022-10-02 12:36:34 +00:00
"**/*.import": true,
"**/*.tscn": true,
"**/*.tres": true,
2022-09-30 21:47:28 +00:00
},
"editor.insertSpaces": false,
"editor.renderWhitespace": "all"
}