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

Resolve "Separate native and teensy code"

This commit is contained in:
2021-11-03 22:33:10 +00:00
parent ad602ca834
commit 66590a33fe
6 changed files with 273 additions and 220 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,