diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 000000000..af8881f4d --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,8 @@ +// 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": 8, + "hard_tabs": false +}