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.

19 lines
495 B

  1. // Place your settings in this file to overwrite default and user settings.
  2. {
  3. // Unofficially, QMK uses spaces for indentation
  4. "editor.insertSpaces": true,
  5. // Configure glob patterns for excluding files and folders.
  6. "files.exclude": {
  7. "**/.build": true,
  8. "**/*.hex": true
  9. },
  10. "files.associations": {
  11. "*.h": "c",
  12. "*.c": "c",
  13. "*.cpp": "cpp",
  14. "*.hpp": "cpp",
  15. "xstddef": "c",
  16. "type_traits": "c",
  17. "utility": "c"
  18. }
  19. }