21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": false,
|
|
"files.exclude": {
|
|
"**/.dep": true,
|
|
"**/build/lst": true,
|
|
"**/build/obj": true,
|
|
"hardware/": true,
|
|
},
|
|
"search.exclude": {
|
|
"**/.dep": true,
|
|
"**/build/lst": true,
|
|
"**/build/obj": true,
|
|
"hardware/": true,
|
|
"firmware/ChibiOS/demos": true,
|
|
},
|
|
"cSpell.words": [
|
|
"IACV"
|
|
],
|
|
}
|