EBO-77/.vscode/settings.json

9 lines
206 B
JSON
Raw Permalink Normal View History

2024-12-23 11:04:44 +08:00
{
"editor.renderLineHighlight": "all",
"files.associations": {
"lin_diagnostic_service.h": "c",
"lin_commontl_proto.h": "c",
"lin.h": "c",
"derivative.h": "c"
}
}