CMU Coding Bootcamp
at main 295 B view raw
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://zed.dev/docs/configuring-zed#settings-files 5{ 6 "languages": { 7 "TypeScript": { 8 "tab_size": 4 9 } 10 } 11}