feat: add zed editor settings

This commit is contained in:
Alex Kontos
2025-08-04 16:24:56 +01:00
parent b49758fa83
commit 2ad8561143

8
.zed/settings.json Normal file
View File

@@ -0,0 +1,8 @@
// 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",
"enable_language_server": false
}