1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2025-02-16 12:43:58 +00:00
the-cold-night/.vscode/settings.json

14 lines
294 B
JSON
Raw Normal View History

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