Parcourir la source

上传vscode配置文件

niujiuru il y a 5 mois
Parent
commit
75acdc2612
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      .vscode/settings.json

+ 16 - 0
.vscode/settings.json

@@ -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"
+  }
+}