chore: configure tab size for javascript in vscode settings (#4540)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Ophelia Goldstein
2025-10-25 16:52:14 +02:00
committed by martin-mfg
co-authored by Alexandr
parent 71aaf018dc
commit 32d73ed8c8
+3
View File
@@ -2,4 +2,7 @@
"markdown.extension.toc.levels": "1..3",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.tabSize": 2
}
}