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

8 lines
158 B
JSON
Raw Normal View History

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