BizHawk/.vscode/settings.json

8 lines
110 B
JSON
Raw Normal View History

{
"editor.insertSpaces": false,
2020-06-21 20:14:50 +00:00
"editor.tabSize": 4,
"search.exclude": {
2020-06-22 22:15:11 +00:00
"waterbox/**": true
2020-06-21 20:14:50 +00:00
}
}