1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-08-15 01:41:24 +00:00
Files
.vscode
.gitkeep
c_cpp_properties.json
extensions.json
settings.json
tasks.json
build
include
src
README.md
Lander-Embedded/.vscode/settings.json
2021-09-12 17:34:09 -07:00

8 lines
179 B
JSON

{
"files.associations": {
"iostream": "cpp"
},
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
}