Fumofumotris/.vscode/settings.json

15 lines
313 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",
2024-05-24 05:36:13 +00:00
"new": "c",
"fumocommon.h": "c",
2024-05-26 12:11:53 +00:00
"input.h": "c",
"bit": "cpp"
2024-05-16 06:08:15 +00:00
},
"cmake.configureOnOpen": false
2024-05-14 04:20:20 +00:00
}