10 lines
183 B
JSON
10 lines
183 B
JSON
{
|
|
"C_Cpp.dimInactiveRegions": false,
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/build": true,
|
|
"bsp" : true,
|
|
},
|
|
"editor.renderWhitespace": "all"
|
|
}
|