Kaynağa Gözat

vscode config

lushdog@outlook.com 2 hafta önce
ebeveyn
işleme
47062fac52
2 değiştirilmiş dosya ile 15 ekleme ve 5 silme
  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.
 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
 
 
 # dependencies
 # dependencies
@@ -47,5 +43,4 @@ yarn-error.log*
 next-env.d.ts
 next-env.d.ts
 
 
 .pnpm-store
 .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
+  }
+}