1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-23 22:51:26 +00:00

Merge branch '3-store-data-in-memory'

This commit is contained in:
2021-09-17 13:05:11 -07:00
6 changed files with 145 additions and 118 deletions

View File

@@ -38,7 +38,8 @@
"xstddef": "cpp",
"xstring": "cpp",
"xtr1common": "cpp",
"xutility": "cpp"
"xutility": "cpp",
"vector": "cpp"
},
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.formatOnSave": true,