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

7 lines
184 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": {
2022-08-16 12:21:11 +08:00
"pikastdlib_sysobj.h": "c",
"pikastddata_list.h": "c"
}
2022-08-11 16:26:14 +08:00
}