mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-20 14:18:21 +00:00
23 lines
351 B
Plaintext
23 lines
351 B
Plaintext
|
{
|
||
|
"folders": [
|
||
|
{
|
||
|
"path": "."
|
||
|
}
|
||
|
],
|
||
|
"settings": {
|
||
|
"files.associations": {
|
||
|
"type_traits": "cpp",
|
||
|
"concepts": "cpp",
|
||
|
"cstddef": "cpp",
|
||
|
"cstdint": "cpp",
|
||
|
"cstdlib": "cpp",
|
||
|
"initializer_list": "cpp",
|
||
|
"xstddef": "cpp",
|
||
|
"xtr1common": "cpp",
|
||
|
"version": "cpp",
|
||
|
"xstring": "cpp"
|
||
|
},
|
||
|
"explorer.sortOrder": "type"
|
||
|
}
|
||
|
}
|