aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json64
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