Update settings.json

This commit is contained in:
Nate Butler 2023-06-21 13:58:42 -04:00
parent ed8bdd186e
commit a845e82173

View file

@ -6,6 +6,15 @@
"languages": { "languages": {
"TypeScript": { "TypeScript": {
"tab_size": 4 "tab_size": 4
},
"TSX": {
"tab_size": 4
},
"JavaScript": {
"tab_size": 4
},
"JSON": {
"tab_size": 4
} }
} }
} }