diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-08 10:09:01 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-08 10:09:01 +0100 |
| commit | f22d1b76c9a957a679b57ddcb67b33cc73a15de1 (patch) | |
| tree | 3efda852bfc6f36c2dd6a7d763954deafb9e87e2 | |
| parent | 32a24dfd5c5ca2cac3c303e82c9ebe7cc7ff28ab (diff) | |
| download | wanda-f22d1b76c9a957a679b57ddcb67b33cc73a15de1.tar.xz wanda-f22d1b76c9a957a679b57ddcb67b33cc73a15de1.zip | |
vscode: update settings
| -rw-r--r-- | .vscode/settings.json | 64 |
1 files changed, 2 insertions, 62 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 7395e06..c6de33c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,66 +2,6 @@ "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", - "variant": "cpp", - "string_view": "cpp", - "ostream": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "csignal": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "array": "cpp", - "atomic": "cpp", - "*.tcc": "cpp", - "bitset": "cpp", - "chrono": "cpp", - "codecvt": "cpp", - "complex": "cpp", - "condition_variable": "cpp", - "cstdint": "cpp", - "deque": "cpp", - "list": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "fstream": "cpp", - "functional": "cpp", - "future": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "iostream": "cpp", - "istream": "cpp", - "limits": "cpp", - "memory": "cpp", - "mutex": "cpp", - "new": "cpp", - "numeric": "cpp", - "ratio": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "system_error": "cpp", - "thread": "cpp", - "tuple": "cpp", - "typeindex": "cpp", - "typeinfo": "cpp", - "__config": "cpp", - "__nullptr": "cpp", - "hash_map": "cpp", - "strstream": "cpp", - "algorithm": "cpp" - } + "C_Cpp.autoAddFileAssociations": false, + "C_Cpp.clang_format_style": "file", }
\ No newline at end of file |
