unicstl/.vscode/settings.json
2024-06-23 01:05:33 +08:00

12 lines
253 B
JSON

{
"cmake.configureOnOpen": true,
"files.encoding": "gb18030",
"files.associations": {
"common.h": "c",
"unicstl.h": "c",
"test.h": "c",
"queue.h": "c",
"stdbool.h": "c",
"stdint.h": "c"
}
}