1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/.vscode/settings.json

14 lines
219 B
JSON
Raw Normal View History

2023-10-01 11:09:07 +00:00
{
"files.exclude": {
".godot": true,
"**/*.godot": true,
"**/*.tres": true,
"**/*.tscn": true,
"**/*.import": true,
},
"files.associations": {
"*.gdignore": "ignore",
},
"editor.insertSpaces": false,
}