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

16 lines
358 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",
2017-07-16 14:01:17 +00:00
"xstring": "cpp",
"queue": "cpp"
2017-07-09 15:17:42 +00:00
}
}