settings.json 104 B

12345678
  1. {
  2. "editor.formatOnSave": true,
  3. "files.associations": {
  4. "*.html": "html",
  5. "map": "cpp"
  6. }
  7. }