BizHawk/waterbox/pcfx/.vscode/settings.json

16 lines
358 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"files.associations": {
"*.inc": "cpp",
"system_error": "cpp",
"ios": "cpp",
"xiosbase": "cpp",
"iosfwd": "cpp",
"xlocale": "cpp",
"xstring": "cpp",
"queue": "cpp"
}
}