BizHawk/waterbox/ngp/.vscode/settings.json

13 lines
310 B
JSON
Raw Normal View History

2017-06-17 16:57:43 +00:00
// Place your settings in this file to overwrite default and user settings.
{
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"files.associations": {
"algorithm": "cpp",
"vector": "cpp",
"xstring": "cpp",
"xutility": "cpp",
"xmemory0": "cpp",
"iosfwd": "cpp"
}
}