1
0
Fork 0

feat: Added CC option to kconfig

This commit is contained in:
Kevin Alavik 2025-05-26 18:36:00 +02:00
parent e4dc0d0a04
commit 8fac1270b1
No known key found for this signature in database
GPG key ID: 47AAEA397DB76AD0
3 changed files with 12 additions and 3 deletions

View file

@ -22,5 +22,8 @@
"smp.h": "c",
"string_view": "c",
"lapic.h": "c"
}
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true
}