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

12 lines
No EOL
267 B
JSON

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