pikapython/port/linux/.vscode/settings.json
pikastech bb54c2e719 support setattr and getattr
run tests() in cases is ok
2022-08-11 17:39:38 +08:00

6 lines
149 B
JSON

{
"C_Cpp.clang_format_style": "{ BasedOnStyle: Chromium, IndentWidth: 4}",
"files.associations": {
"pikastdlib_sysobj.h": "c"
}
}