···11+// Folder-specific settings
22+//
33+// For a full list of overridable settings, and general information on folder-specific settings,
44+// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
55+{
66+ "languages": {
77+ "TypeScript": {
88+ "tab_size": 4
99+ }
1010+ }
1111+}