1
Fork 0
mirror of https://github.com/Steffo99/particle-clash.git synced 2025-02-16 13:53:59 +00:00
particle-clash/.vscode/settings.json

9 lines
187 B
JSON
Raw Normal View History

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