Disable detectIndentation in .vscode

This commit is contained in:
masad-frost 2018-06-09 02:22:35 -07:00
parent 0a0c14ab03
commit f46294da86

View file

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