Compare commits

..

2 commits

Author SHA1 Message Date
e169f8c07e ... 2018-07-20 20:41:27 +02:00
360a0010ff ... 2018-07-20 20:38:01 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,8 @@
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
"intelliSenseMode": "clang-x64",
"configurationProvider": "vector-of-bool.cmake-tools"
}
],
"version": 4

View file

@ -62,5 +62,6 @@
"variant": "cpp",
"algorithm": "cpp"
},
"C_Cpp.clang_format_path": "/usr/bin/clang-format"
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
"cmake.configureOnOpen": true
}