Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ 2 "languages": { 3 "TOML": { 4 "formatter": "prettier", 5 "format_on_save": "off" 6 }, 7 "YAML": { 8 "formatter": "prettier" 9 } 10 }, 11 "formatter": "auto" 12}