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

13 lines
310 B
JSON

// 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"
}
}