0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
Files
rds95/.vscode/settings.json
2025-04-14 16:38:20 +02:00

16 lines
374 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"ascii_cmd.h": "c",
"time.h": "c",
"rds.h": "c",
"lib.h": "c",
"common.h": "c",
"modulator.h": "c",
"control_pipe.h": "c",
"stdlib.h": "c"
},
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
"clang-diagnostic-error"
]
}