mirror of
https://github.com/marzer/tomlplusplus.git
synced 2026-01-19 04:52:09 +00:00
also: - renamed header files to .hpp - updated conformance tests - minor documentation fixes
24 lines
421 B
Plaintext
24 lines
421 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",
|
|
"C_Cpp.default.compileCommands": "builddir\\compile_commands.json"
|
|
}
|
|
}
|