From a615971be2d376d5f18b6a3f5c36bf575fa01389 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Mon, 14 Apr 2025 17:10:50 +0200 Subject: [PATCH] fix zed tab size settings --- .zed/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zed/settings.json diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..c5e33bc --- /dev/null +++ b/.zed/settings.json @@ -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 +}