Skip to content

Instantly share code, notes, and snippets.

@rikumi
Created March 10, 2024 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rikumi/3becbace3c1da6e9a2571512018350ad to your computer and use it in GitHub Desktop.
Save rikumi/3becbace3c1da6e9a2571512018350ad to your computer and use it in GitHub Desktop.
zed.json
{
"theme": "Fleet Dark",
"ui_font_size": 16,
"buffer_font_size": 15,
"buffer_font_family": "Zed Mono",
"ui_font_family": "PT Sans Caption",
"wrap_guides": [
120
],
"gutter": {
"line_numbers": false
},
"seed_search_query_from_cursor": "selection",
"project_panel": {
"folder_icons": false,
"indent_size": 10
},
"collaboration_panel": {
"button": false
},
"chat_panel": {
"button": false
},
"notification_panel": {
"button": false
},
"assistant": {
"button": false
},
"tabs": {
"close_position": "left"
},
"extend_comment_on_newline": false,
"formatter": "language_server",
"preferred_line_length": 120,
"telemetry": {
"diagnostics": false,
"metrics": false
},
"file_scan_exclusions": [
"**/.git",
"**/.DS_Store",
"**/node_modules"
],
"terminal": {
"default_height": 200,
"alternate_scroll": "on",
"detect_venv": "off"
},
"languages": {
"JavaScript": {
"tab_size": 4
},
"TypeScript": {
"tab_size": 4
},
"TSX": {
"tab_size": 4
},
"YAML": {
"tab_size": 4
},
"JSON": {
"tab_size": 4
}
},
"prettier": {
"trailingComma": "es5",
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment