25 lines
478 B
Plaintext
25 lines
478 B
Plaintext
{
|
|
"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
|
|
},
|
|
} |