fix(zed): put config file example where it belongs

This commit is contained in:
Michele Cereda
2024-07-07 19:25:18 +02:00
parent e3c179d2a6
commit bf463b7e61
2 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"ui_font_size": 16,
"buffer_font_size": 16,
"features": {
"inline_completion_provider": "none" // Disable copilot
}
}

View File

@@ -1,3 +0,0 @@
{
"autosave": "off"
}