Ver código fonte

Disable detectIndentation in .vscode

masad-frost 7 anos atrás
pai
commit
f46294da86
1 arquivos alterados com 1 adições e 0 exclusões
  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"
 }