2022-12-30 18:31:20 +03:00
|
|
|
{
|
2023-01-18 15:24:20 +03:00
|
|
|
"files.associations": {
|
|
|
|
"array": "cpp",
|
|
|
|
"deque": "cpp",
|
|
|
|
"list": "cpp",
|
|
|
|
"string": "cpp",
|
|
|
|
"unordered_map": "cpp",
|
|
|
|
"vector": "cpp",
|
|
|
|
"string_view": "cpp",
|
|
|
|
"initializer_list": "cpp",
|
|
|
|
"ranges": "cpp"
|
|
|
|
},
|
|
|
|
"clang-tidy.checks": ["readability-*", "modernize-*", "bugprone-*"]
|
|
|
|
}
|