1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-26 01:34:19 +00:00
pineapple-surf/.vscode/settings.json

9 lines
121 B
JSON
Raw Normal View History

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