| 123456789101112131415 |
- {
- "workbench.editor.showTabs": "multiple",
- "workbench.editor.wrapTabs": true,
- "workbench.editor.tabSizing": "shrink",
- "files.associations": {
- "*.c": "c",
- "*.h": "c",
- "*.go": "go",
- "*.sh": "shellscript",
- "*.md": "markdown",
- "compare": "c",
- "limits": "c",
- "new": "c"
- }
- }
|