mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 15:44: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,
|
|
}
|