fix zed tab size settings

This commit is contained in:
Travis Shears 2025-04-14 17:10:50 +02:00
parent 5018e29123
commit a615971be2

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
{
"tab_size": 2
}