Disable detectIndentation in .vscode

pull/2748/head
masad-frost 7 years ago
parent 0a0c14ab03
commit f46294da86

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

Loading…
Cancel
Save