pikapython/port/linux/.vscode/settings.json

30 lines
795 B
JSON
Raw Normal View History

2022-08-11 16:26:14 +08:00
{
"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, IndentWidth: 4}",
"files.associations": {
"*.rs": "rust",
2022-08-16 12:21:11 +08:00
"pikastdlib_sysobj.h": "c",
"pikastddata_list.h": "c",
"dataargs.h": "c",
"dataarg.h": "c",
"_socket_socket.h": "c",
"*.tcc": "c",
"fstream": "c",
"system_error": "c",
"unistd.h": "c",
"types.h": "c",
2022-08-26 17:25:45 +08:00
"_socket.h": "c",
"random.h": "c",
2022-08-26 17:55:17 +08:00
"cstdlib": "c",
"inet.h": "c",
"re.h": "c",
"cre.h": "c",
2022-09-05 15:39:15 +08:00
"pcre.h": "c",
2022-09-05 17:43:17 +08:00
"pikastddata_dict.h": "c",
"pikacv.h": "c",
"pikacv_image.h": "c",
"pikacv_filter.h": "c",
2022-09-07 14:25:25 +08:00
"pika_config.h": "c",
2022-09-08 22:20:06 +08:00
"gtesttask.h": "c",
"mnist_valid_q.h": "c"
}
2022-08-11 16:26:14 +08:00
}