File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 99 "editor.formatOnSave" : true ,
1010 "C_Cpp.default.compilerPath" : " /usr/local/bin/g++-13 " ,
1111 "C_Cpp.clang_format_fallbackStyle" : " Google" ,
12- "C_Cpp.clang_format_path" : " /usr/bin/clang-format" ,
12+ "C_Cpp.clang_format_path" : " /usr/local/ bin/clang-format" ,
1313 "files.insertFinalNewline" : true ,
1414 "editor.tabSize" : 4 ,
1515 "python.pythonPath" : " /usr/bin/python3" ,
4343 "string_view" : " cpp" ,
4444 "source_location" : " cpp" ,
4545 "random" : " cpp" ,
46- "cmath" : " cpp"
46+ "cmath" : " cpp" ,
47+ "iosfwd" : " cpp" ,
48+ "complex" : " cpp" ,
49+ "__bit_reference" : " cpp" ,
50+ "__hash_table" : " cpp" ,
51+ "__split_buffer" : " cpp" ,
52+ "__tree" : " cpp" ,
53+ "filesystem" : " cpp" ,
54+ "map" : " cpp" ,
55+ "regex" : " cpp" ,
56+ "set" : " cpp" ,
57+ "string" : " cpp" ,
58+ "rope" : " cpp" ,
59+ "format" : " cpp" ,
60+ "stacktrace" : " cpp" ,
61+ "__locale" : " cpp"
4762 },
4863 "[python]" : {
4964 "editor.defaultFormatter" : " ms-python.autopep8"
You can’t perform that action at this time.
0 commit comments