Просмотр исходного кода

Disable detectIndentation in .vscode

masad-frost 7 лет назад
Родитель
Сommit
f46294da86
1 измененных файлов с 1 добавлено и 0 удалено
  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"
 }