mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-20 05:11:20 +00:00
2b770b19cc
Fixes #185 Fixes #186
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"
|
|
}
|
|
}
|