settings.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "editor.formatOnSave": false,
  3. "editor.formatOnPaste": false,
  4. "files.associations": {
  5. "any": "cpp",
  6. "array": "cpp",
  7. "atomic": "cpp",
  8. "bit": "cpp",
  9. "*.tcc": "cpp",
  10. "bitset": "cpp",
  11. "cctype": "cpp",
  12. "cfenv": "cpp",
  13. "charconv": "cpp",
  14. "chrono": "cpp",
  15. "cinttypes": "cpp",
  16. "clocale": "cpp",
  17. "cmath": "cpp",
  18. "codecvt": "cpp",
  19. "compare": "cpp",
  20. "complex": "cpp",
  21. "concepts": "cpp",
  22. "condition_variable": "cpp",
  23. "csignal": "cpp",
  24. "cstdarg": "cpp",
  25. "cstddef": "cpp",
  26. "cstdint": "cpp",
  27. "cstdio": "cpp",
  28. "cstdlib": "cpp",
  29. "cstring": "cpp",
  30. "ctime": "cpp",
  31. "cwchar": "cpp",
  32. "cwctype": "cpp",
  33. "deque": "cpp",
  34. "list": "cpp",
  35. "map": "cpp",
  36. "set": "cpp",
  37. "string": "cpp",
  38. "unordered_map": "cpp",
  39. "vector": "cpp",
  40. "exception": "cpp",
  41. "algorithm": "cpp",
  42. "functional": "cpp",
  43. "iterator": "cpp",
  44. "memory": "cpp",
  45. "memory_resource": "cpp",
  46. "numeric": "cpp",
  47. "optional": "cpp",
  48. "random": "cpp",
  49. "ratio": "cpp",
  50. "source_location": "cpp",
  51. "string_view": "cpp",
  52. "system_error": "cpp",
  53. "tuple": "cpp",
  54. "type_traits": "cpp",
  55. "utility": "cpp",
  56. "format": "cpp",
  57. "initializer_list": "cpp",
  58. "iomanip": "cpp",
  59. "iosfwd": "cpp",
  60. "iostream": "cpp",
  61. "istream": "cpp",
  62. "limits": "cpp",
  63. "mutex": "cpp",
  64. "new": "cpp",
  65. "numbers": "cpp",
  66. "ostream": "cpp",
  67. "semaphore": "cpp",
  68. "span": "cpp",
  69. "sstream": "cpp",
  70. "stdexcept": "cpp",
  71. "stop_token": "cpp",
  72. "streambuf": "cpp",
  73. "thread": "cpp",
  74. "typeindex": "cpp",
  75. "typeinfo": "cpp",
  76. "variant": "cpp"
  77. }
  78. }