Fumofumotris/.vscode/settings.json

11 lines
202 B
JSON
Raw Normal View History

2024-05-14 04:20:20 +00:00
{
"files.associations": {
"compare": "c",
"concepts": "c",
"cstdlib": "c",
"type_traits": "c",
"cmath": "c",
"limits": "c",
"new": "c"
}
}