Compare commits

..

No commits in common. "e169f8c07e66f1a25b8f453b1953294fb5aa9337" and "e92b0c1867aaf4d294511c54ef0694197b5131f4" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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"
}