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

11 lines
258 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",
"xutility": "cpp"
}
}