add editorconfig and zed settings

This commit is contained in:
2025-04-10 19:02:55 -07:00
parent 06a7f1bd51
commit 12a3001aec
2 changed files with 17 additions and 0 deletions

7
.zed/settings.json Normal file
View File

@@ -0,0 +1,7 @@
// 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
{
"formatter": "prettier"
}