13 lines
354 B
JSON
13 lines
354 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#settings-files
|
||
|
|
{
|
||
|
|
"inlay_hints": {
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
"colorize_brackets": true,
|
||
|
|
"project_name": "PMO Crazy Coder",
|
||
|
|
"autosave": "on_window_change",
|
||
|
|
}
|