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

12 lines
279 B
JSON
Raw Normal View History

// 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",
2017-05-30 22:35:44 +00:00
"xutility": "cpp",
"xmemory0": "cpp"
}
}