blog/archive/algorithm/.vscode/settings.json
2024-03-19 02:45:09 +08:00

13 lines
273 B
JSON

{
"files.associations": {
"stdio.h": "c",
"u_link_list.h": "c",
"math.h": "c",
"malloc.h": "c",
"string.h": "c",
"stdlib.h": "c",
"cmath": "c",
"limits": "c"
},
"C_Cpp.errorSquiggles": "Disabled"
}