settings.json 256 B

123456789101112
  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. }
  12. }