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

15 lines
340 B
JSON
Raw Normal View History

2017-07-09 15:17:42 +00:00
// 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",
2017-07-11 22:11:05 +00:00
"system_error": "cpp",
"ios": "cpp",
2017-07-12 00:35:01 +00:00
"xiosbase": "cpp",
"iosfwd": "cpp",
"xlocale": "cpp",
"xstring": "cpp"
2017-07-09 15:17:42 +00:00
}
}