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-03 21:19:31 +02:00

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"
}