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

Initial Pass, still lots of bugs to fix

This commit is contained in:
bpmcgeeney
2021-09-20 10:34:20 -07:00
parent 7080188063
commit 768bcb7964
6 changed files with 121 additions and 44 deletions

View File

@@ -39,7 +39,10 @@
"xstring": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"vector": "cpp"
"vector": "cpp",
"cctype": "cpp",
"sstream": "cpp",
"string": "cpp"
},
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.formatOnSave": true,