Make us Zed users happy.

This commit is contained in:
Olivia Brooks
2026-01-28 19:38:39 -05:00
parent de7c0e6409
commit dda863e512

9
.zed/settings.json Normal file
View File

@@ -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"],
},
}