fome-fw/.vscode/settings.json

19 lines
320 B
JSON
Raw Normal View History

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