From 2db7bd286b5de5bd3cd0c549ff4b2af9cbec208b Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Wed, 4 Feb 2026 19:25:39 -0800 Subject: [PATCH] tool: zed settings hard tabs --- .zed/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .zed/settings.json diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..37dc6de --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,3 @@ +{ + "hard_tabs": true, +}