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-08 01:27:15 +03:00
committed by GitHub
co-authored by Alexandr
parent e8e5cf86fb
commit e9cc6c0556
+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
}
}