mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-22 04:34:19 +00:00
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"files.exclude": {
|
|
"**/*.import": true,
|
|
"**/*.png": true,
|
|
"**/*.tscn": true,
|
|
"**/*.tres": true,
|
|
"**/*.godot": true,
|
|
"**/*.kra": true,
|
|
"**/*.mp3": true,
|
|
},
|
|
"editor.insertSpaces": false,
|
|
"editor.renderWhitespace": "all"
|
|
}
|