16 lines
358 B
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"
|
|
}
|
|
} |