15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"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-*"]
|
|
}
|