14 lines
365 B
JSON
14 lines
365 B
JSON
// 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#folder-specific-settings
|
|
{
|
|
"format_on_save": "off",
|
|
"buffer_font_features": {
|
|
"calt": false,
|
|
"liga": false
|
|
},
|
|
"use_autoclose": false,
|
|
"linked_edits": false
|
|
}
|