// Folder-specific settings // // For a full list of overridable settings, and general information on folder-specific settings, // see the documentation: https://zed.dev/docs/configuring-zed#settings-files { "wrap_guides": [80, 100], "format_on_save": "on", "languages": { "Vue.js": { "formatter": { "external": { "command": "bunx", "arguments": ["oxfmt", "--stdin={buffer_path}"], }, }, }, }, }