initial version (alpha)

This commit is contained in:
Danny Morabito 2025-10-12 13:10:06 -05:00
commit d16d7a128f
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
57 changed files with 11087 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
{
"format_on_save": "on"
}