chore: configure tab size for javascript in vscode settings (#4540)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
committed by
martin-mfg
co-authored by
Alexandr
parent
71aaf018dc
commit
32d73ed8c8
Vendored
+3
@@ -2,4 +2,7 @@
|
||||
"markdown.extension.toc.levels": "1..3",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"[javascript]": {
|
||||
"editor.tabSize": 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user