Cube3d/.vscode/settings.json

21 lines
446 B
JSON

{
"files.associations": {
"bit": "c",
"climits": "c",
"cmath": "c",
"compare": "c",
"concepts": "c",
"cstdarg": "c",
"cstdint": "c",
"cstdio": "c",
"cstdlib": "c",
"type_traits": "c",
"utility": "c",
"initializer_list": "c",
"limits": "c",
"new": "c",
"cstdbool": "c",
"typeinfo": "c",
"*.inc": "c"
}
}