Browse Source

vscode config

lushdog@outlook.com 2 tuần trước cách đây
mục cha
commit
47062fac52
2 tập tin đã thay đổi với 15 bổ sung5 xóa
  1. 0 5
      .gitignore
  2. 15 0
      .vscode/settings.json

+ 0 - 5
.gitignore

@@ -1,7 +1,3 @@
-node_modules
-.pnpm-store
-.vscode
-
 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 
 # dependencies
@@ -47,5 +43,4 @@ yarn-error.log*
 next-env.d.ts
 
 .pnpm-store
-.vscode
 

+ 15 - 0
.vscode/settings.json

@@ -0,0 +1,15 @@
+{
+  "editor.detectIndentation": false,
+  "editor.insertSpaces": false,
+  "editor.tabSize": 2,
+  "[typescript]": {
+    "editor.detectIndentation": false,
+    "editor.insertSpaces": false,
+    "editor.tabSize": 2
+  },
+  "[typescriptreact]": {
+    "editor.detectIndentation": false,
+    "editor.insertSpaces": false,
+    "editor.tabSize": 2
+  }
+}