20 lines
344 B
JSON
20 lines
344 B
JSON
{
|
|
"files.exclude": {
|
|
".*": true,
|
|
"LICENSE": true,
|
|
"*.md": true
|
|
},
|
|
"files.associations": {
|
|
"__bit_reference": "cpp",
|
|
"__hash_table": "cpp",
|
|
"__string": "cpp",
|
|
"__tree": "cpp",
|
|
"algorithm": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp"
|
|
}
|
|
} |