added epsc
This commit is contained in:
25
.vscode/stm32_devcontainer.code-workspace
vendored
Normal file
25
.vscode/stm32_devcontainer.code-workspace
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
},
|
||||
{
|
||||
"path": "../projects/epsc_ft24"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"main.h": "cpp",
|
||||
"main.c": "cpp",
|
||||
"test.h": "cpp",
|
||||
"test.cpp": "cpp",
|
||||
"array": "cpp",
|
||||
"string": "cpp",
|
||||
"string_view": "cpp",
|
||||
"ranges": "cpp"
|
||||
},
|
||||
"C_Cpp.clang_format_fallbackStyle": "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 150}",
|
||||
"C_Cpp.clang_format_sortIncludes": false,
|
||||
"editor.formatOnPaste": true
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user