Selaa lähdekoodia

Disable detectIndentation in .vscode

masad-frost 7 vuotta sitten
vanhempi
commit
f46294da86
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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"
 }