Files
42_EXT_03_42chips/.vscode/settings.json
2025-03-14 14:15:49 +01:00

18 lines
329 B
JSON

{
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"files.associations": {
"io.h": "c",
"delay.h": "c",
"interrupt.h": "c",
"timer.h": "c",
"usart.h": "c",
"utils.h": "c",
"bitmanip.h": "c",
"rush_header.h": "c",
"twi.h": "c",
"header.h": "c",
"adc.h": "c"
}
}