fome-fw/.vscode/settings.json

22 lines
368 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"
],
2023-04-02 14:18:03 -07:00
"files.associations": {
"*.input": "ini"
},
}