mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 23:34:21 +00:00
13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"files.exclude": {
|
|
".godot": true,
|
|
"**/*.godot": true,
|
|
"**/*.tres": true,
|
|
"**/*.tscn": true,
|
|
"**/*.import": true,
|
|
},
|
|
"files.associations": {
|
|
"*.gdignore": "ignore",
|
|
},
|
|
"editor.insertSpaces": false,
|
|
}
|