Browse Source

chore: ensure 4 space tabs in vscode

menduz 7 năm trước cách đây
mục cha
commit
904744b56a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -43,5 +43,6 @@
         "**/*.d.ts": true,
         "assets": true
     },
+    "editor.tabSize": 4,
     "typescript.tsdk": "./Tools/Gulp/node_modules/typescript/lib"
 }