1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-08-02 03:21:36 +00:00
This commit is contained in:
Matthew Robinaugh
2021-11-01 13:36:41 -07:00
6 changed files with 277 additions and 19 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,