1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-10-16 14:27:26 +00:00
swear-jar/.vscode/settings.json

14 lines
239 B
JSON

{
"files.exclude": {
".godot": true,
"**/*.godot": true,
"**/*.tres": true,
"**/*.tscn": true,
"**/*.import": true,
"**/*.png": true,
},
"files.associations": {
"*.gdignore": "ignore",
},
"editor.insertSpaces": false,
}