Compare commits
No commits in common. "e169f8c07e66f1a25b8f453b1953294fb5aa9337" and "e92b0c1867aaf4d294511c54ef0694197b5131f4" have entirely different histories.
e169f8c07e
...
e92b0c1867
2 changed files with 2 additions and 4 deletions
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
|
@ -13,8 +13,7 @@
|
|||
"compilerPath": "/usr/bin/clang",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"configurationProvider": "vector-of-bool.cmake-tools"
|
||||
"intelliSenseMode": "clang-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -62,6 +62,5 @@
|
|||
"variant": "cpp",
|
||||
"algorithm": "cpp"
|
||||
},
|
||||
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
|
||||
"cmake.configureOnOpen": true
|
||||
"C_Cpp.clang_format_path": "/usr/bin/clang-format"
|
||||
}
|
Loading…
Reference in a new issue