Disable auto indent detection.
This commit is contained in:
parent
f1d465d291
commit
db5fe6cd74
|
|
@ -11,6 +11,7 @@
|
|||
"editor.minimap.enabled": false,
|
||||
"editor.renderWhitespace": "trailing",
|
||||
"editor.unicodeHighlight.includeStrings": false,
|
||||
"editor.detectIndentation": false,
|
||||
|
||||
"explorer.confirmDelete": false,
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue