mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-08-15 01:41:24 +00:00
.vscode
.gitkeep
c_cpp_properties.json
extensions.json
settings.json
tasks.json
build
include
src
README.md
8 lines
179 B
JSON
8 lines
179 B
JSON
{
|
|
"files.associations": {
|
|
"iostream": "cpp"
|
|
},
|
|
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
} |