Disable detectIndentation in .vscode
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…
Reference in New Issue