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
2022-04-02 19:43:02 +02:00

11 lines
No EOL
241 B
JSON

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