1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-28 09:01:29 +00:00

fixed servo center and initialized both lc and lc_processed

This commit is contained in:
bpmcgeeney
2021-11-22 14:04:10 -07:00
parent 166b8c5920
commit 71170e8985
3 changed files with 19 additions and 15 deletions

View File

@@ -46,7 +46,8 @@
"chrono": "cpp",
"ratio": "cpp",
"thread": "cpp",
"string_view": "cpp"
"string_view": "cpp",
"*.tcc": "cpp"
},
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.formatOnSave": true,