Files
lime/.vscode/settings.json
Joshua Granick 98758d3da7 Documentation fix
2018-06-22 13:34:30 -07:00

45 lines
1.1 KiB
JSON

{
"editor.trimAutoWhitespace": false,
"editor.insertSpaces": false,
"codedox": {
"commentprefix": " ",
"commentdescription": "",
"commentend": "**/",
"alwaysMultiline": false,
"paramFormat": "",
"returnFormat": "",
"neverAskTemplate": true
},
"files.associations": {
"initializer_list": "cpp",
"list": "cpp",
"type_traits": "cpp",
"vector": "cpp",
"xhash": "cpp",
"xstring": "cpp",
"xtree": "cpp",
"xutility": "cpp",
"system_error": "cpp",
"xfunctional": "cpp",
"chrono": "cpp",
"ratio": "cpp",
"xlocmon": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp",
"iterator": "cpp",
"map": "cpp",
"memory": "cpp",
"set": "cpp",
"streambuf": "cpp",
"unordered_map": "cpp",
"xmemory0": "cpp",
"xiosbase": "c",
"xlocale": "c",
"iosfwd": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"utility": "cpp",
"sstream": "cpp"
}
}