@@ -0,0 +1,16 @@
+{
+ "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",
+ "typeinfo": "c"
+ }
+}