From 9c3de2bf28b163a0dd451f8960e71449f9af1b69 Mon Sep 17 00:00:00 2001 From: "jueon.park" Date: Thu, 16 Nov 2023 22:53:42 +0900 Subject: [PATCH] delete .vscode/settings.json --- .gitignore | 2 +- .vscode/settings.json | 74 ------------------------------------------- 2 files changed, 1 insertion(+), 75 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index dec5f2e..26fcc1d 100644 --- a/.gitignore +++ b/.gitignore @@ -59,7 +59,7 @@ ### VisualStudioCode ### .vscode/* -!.vscode/settings.json +# !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index b856275..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "files.associations": { - "iostream": "cpp", - "memory": "cpp", - "*.tcc": "cpp", - "array": "cpp", - "tuple": "cpp", - "utility": "cpp", - "atomic": "cpp", - "cctype": "cpp", - "chrono": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "exception": "cpp", - "algorithm": "cpp", - "iterator": "cpp", - "map": "cpp", - "memory_resource": "cpp", - "optional": "cpp", - "ratio": "cpp", - "set": "cpp", - "string": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "type_traits": "cpp", - "fstream": "cpp", - "initializer_list": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "limits": "cpp", - "new": "cpp", - "ostream": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "thread": "cpp", - "typeinfo": "cpp", - "functional": "cpp", - "condition_variable": "cpp", - "cstring": "cpp", - "strstream": "cpp", - "bitset": "cpp", - "complex": "cpp", - "iomanip": "cpp", - "mutex": "cpp", - "cfenv": "cpp", - "cinttypes": "cpp", - "regex": "cpp", - "future": "cpp", - "cerrno": "cpp", - "cfloat": "cpp", - "climits": "cpp", - "ios": "cpp", - "locale": "cpp", - "queue": "cpp", - "stack": "cpp", - "random": "cpp" - }, - "C_Cpp.clang_format_style": "file", - - "files.insertFinalNewline": true, - "files.trimFinalNewlines": true -}