From dda863e512fe9d1785822218aaf7bb7601a28326 Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:38:39 -0500 Subject: [PATCH] Make us Zed users happy. --- .zed/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .zed/settings.json diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..b1eee26 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,9 @@ +// 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 +{ + "file_types": { + "TOML": ["lock"], + }, +}