settings.json 310 B

123456789101112131415
  1. {
  2. "workbench.editor.showTabs": "multiple",
  3. "workbench.editor.wrapTabs": true,
  4. "workbench.editor.tabSizing": "shrink",
  5. "files.associations": {
  6. "*.c": "c",
  7. "*.h": "c",
  8. "*.go": "go",
  9. "*.sh": "shellscript",
  10. "*.md": "markdown",
  11. "compare": "c",
  12. "limits": "c",
  13. "new": "c"
  14. }
  15. }