1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-10-16 20:07:26 +00:00
the-cold-night/.vscode/settings.json

11 lines
241 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-01 23:14:16 +00:00
},
"editor.insertSpaces": false,
"editor.renderWhitespace": "all"
}