Disable auto indent detection.

This commit is contained in:
Ulysse Cura 2026-07-20 18:20:26 +02:00
parent f1d465d291
commit db5fe6cd74
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"editor.minimap.enabled": false,
"editor.renderWhitespace": "trailing",
"editor.unicodeHighlight.includeStrings": false,
"editor.detectIndentation": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,