You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
232 B

3 months ago
  1. {
  2. "files.associations": {
  3. "*.hpp": "cpp",
  4. "freertos.h": "c",
  5. "cmsis_os.h": "c",
  6. "*.bak": "cpp",
  7. "compare": "cpp"
  8. },
  9. "files.autoGuessEncoding": false,
  10. "files.encoding": "utf8"
  11. }