2020-03-26 05:02:37 -07:00
|
|
|
{
|
|
|
|
"files.associations": {
|
2024-11-08 13:01:21 -08:00
|
|
|
"*.input": "ini",
|
|
|
|
"array": "cpp",
|
|
|
|
"*.tcc": "cpp",
|
|
|
|
"memory": "cpp",
|
|
|
|
"istream": "cpp",
|
|
|
|
"functional": "cpp",
|
|
|
|
"tuple": "cpp",
|
|
|
|
"utility": "cpp",
|
|
|
|
"variant": "cpp",
|
|
|
|
"format": "cpp"
|
2020-03-26 05:02:37 -07:00
|
|
|
},
|
|
|
|
"editor.detectIndentation": false,
|
2024-01-23 11:11:36 -08:00
|
|
|
"editor.indentSize": 4,
|
|
|
|
"editor.tabSize": 4,
|
2020-03-26 05:02:37 -07:00
|
|
|
"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,
|
2021-01-10 05:10:29 -08:00
|
|
|
"firmware/ChibiOS/demos": true,
|
2020-03-26 05:02:37 -07:00
|
|
|
},
|
2023-02-06 06:41:01 -08:00
|
|
|
"cSpell.words": [
|
|
|
|
"IACV"
|
|
|
|
],
|
2023-04-02 14:18:03 -07:00
|
|
|
"files.associations": {
|
|
|
|
"*.input": "ini"
|
|
|
|
},
|
2024-11-08 13:01:21 -08:00
|
|
|
"C_Cpp.formatting": "vcFormat",
|
2020-03-26 05:02:37 -07:00
|
|
|
}
|