BizHawk/.vscode/settings.json

8 lines
107 B
JSON
Raw Normal View History

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