mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
20 lines
516 B
JSON
20 lines
516 B
JSON
{
|
|
"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, IndentWidth: 4}",
|
|
"files.associations": {
|
|
"*.rs": "rust",
|
|
"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",
|
|
"_socket.h": "c",
|
|
"random.h": "c",
|
|
"cstdlib": "c",
|
|
"inet.h": "c"
|
|
}
|
|
} |