13 lines
343 B
JSON
13 lines
343 B
JSON
|
{
|
||
|
"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}"
|
||
|
}
|