rtt-f030/.vscode/settings.json
2018-08-15 11:04:33 +08:00

10 lines
185 B
JSON

{
"C_Cpp.dimInactiveRegions": false,
"files.exclude": {
"**/.git": true,
"**/build": true,
//"bsp" : true,
},
"editor.renderWhitespace": "all"
}