settings.json
1// Folder-specific settings
2//
3// For a full list of overridable settings, and general information on folder-specific settings,
4// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
5{
6 "languages": {
7 "TypeScript": {
8 "tab_size": 4
9 },
10 "TSX": {
11 "tab_size": 4
12 },
13 "JavaScript": {
14 "tab_size": 4
15 },
16 "JSON": {
17 "tab_size": 4
18 }
19 }
20}