From e70f0b4de81d24d22a29a2af03c669368fce6af2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 24 Nov 2018 20:38:48 +0100 Subject: wanda: initial commit --- .vscode/settings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1231968 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools", + "C_Cpp.default.cppStandard": "c++17", + "C_Cpp.configurationWarnings": "Disabled", + "files.associations": { + "optional": "cpp", + "exception": "cpp", + "initializer_list": "cpp", + "type_traits": "cpp", + "utility": "cpp", + "string": "cpp" + } +} \ No newline at end of file -- cgit v1.2.3