Fumofumotris/.vscode/settings.json

12 lines
238 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"
2024-05-16 06:08:15 +00:00
},
"cmake.configureOnOpen": false
2024-05-14 04:20:20 +00:00
}