diff --git a/examples/zed/settings.json b/examples/zed/settings.json index 03aa66d..bac13de 100644 --- a/examples/zed/settings.json +++ b/examples/zed/settings.json @@ -1,3 +1,3 @@ -// For a full list of overridable settings, and general information on folder-specific settings, -// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings -{} +{ + "autosave": "off" +}