Disable detectIndentation in .vscode

pull/2748/head
masad-frost 2018-06-09 02:22:35 -07:00
parent 0a0c14ab03
commit f46294da86
1 changed files with 1 additions and 0 deletions

View File

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