unicstl/.vscode/settings.json
2024-08-30 14:18:17 +08:00

27 lines
624 B
JSON

{
"cmake.configureOnOpen": true,
"files.encoding": "utf8",
"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",
"demo.h": "c",
"unity.h": "c",
"unity_config.h": "c",
"unity_internals.h": "c",
"stdarg.h": "c"
}
}