unicstl/.vscode/settings.json

22 lines
490 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",
"stack.h": "c",
"list.h": "c",
"stdio.h": "c",
"tree.h": "c",
"deque.h": "c",
"config.h": "c",
"limits": "c",
"*.tcc": "c",
"cstdlib": "c",
"string.h": "c"
}
}