1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 15:54:20 +00:00
pineapple-surf/.vscode/settings.json

12 lines
177 B
JSON
Raw Normal View History

2023-01-06 17:53:47 +00:00
{
"files.exclude": {
".godot": true,
"**/*.godot": true,
"**/*.import": true,
},
"files.associations": {
"*.gdignore": "ignore",
2023-01-06 17:53:47 +00:00
},
"editor.insertSpaces": false,
}