1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-22 20:54:19 +00:00
the-cold-night/.vscode/settings.json

14 lines
294 B
JSON
Raw Normal View History

2022-04-01 23:14:16 +00:00
{
"files.exclude": {
2022-04-02 17:43:02 +00:00
"**/*.import": true,
"**/*.png": true,
"**/*.tscn": true,
"**/*.tres": true,
"**/*.godot": true,
2022-04-03 02:17:27 +00:00
"**/*.kra": true,
2022-04-03 19:19:31 +00:00
"**/*.mp3": true,
2022-04-01 23:14:16 +00:00
},
"editor.insertSpaces": false,
"editor.renderWhitespace": "all"
2022-04-03 19:19:31 +00:00
}