1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-08-02 03:21:36 +00:00

Almost there boys

This commit is contained in:
bpmcgeeney
2021-11-01 12:27:54 -07:00
parent 4a70843273
commit cf93accf8a
6 changed files with 274 additions and 18 deletions

View File

@@ -42,7 +42,10 @@
"vector": "cpp",
"cctype": "cpp",
"sstream": "cpp",
"string": "cpp"
"string": "cpp",
"chrono": "cpp",
"ratio": "cpp",
"thread": "cpp"
},
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.formatOnSave": true,