1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-22 04:34:19 +00:00
the-cold-night/.vscode/settings.json
2022-04-04 23:06:14 +02:00

11 lines
240 B
JSON

{
"files.exclude": {
"**/*.import": true,
"**/*.png": true,
"**/*.godot": true,
"**/*.kra": true,
"**/*.mp3": true,
},
"editor.insertSpaces": false,
"editor.renderWhitespace": "all"
}