diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-24 20:38:48 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-24 20:38:48 +0100 |
| commit | e70f0b4de81d24d22a29a2af03c669368fce6af2 (patch) | |
| tree | f91dfd02434ce460e6120c7747aa0092cbd2327f /.vscode/settings.json | |
| download | wanda-e70f0b4de81d24d22a29a2af03c669368fce6af2.tar.xz wanda-e70f0b4de81d24d22a29a2af03c669368fce6af2.zip | |
wanda: initial commit
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
