Procházet zdrojové kódy

Disable detectIndentation in .vscode

masad-frost před 7 roky
rodič
revize
f46294da86
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      .vscode/settings.json

+ 1 - 0
.vscode/settings.json

@@ -9,5 +9,6 @@
 	"files.insertFinalNewline": true,
 	"editor.tabSize": 4,
 	"editor.insertSpaces": false,
+	"editor.detectIndentation": false,
 	"typescript.tsdk": "./node_modules/typescript/lib"
 }