From d2fb3ba1fed44d4d4dcabe8898769d506f414bb7 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 21 Aug 2026 15:04:03 +1000 Subject: Add Zed editor settings I've been playing around with the Zed editor again. Its default tab and indent settings are a bit weird, and don't match passt's code style. Add a project config file to improve that. Signed-off-by: David Gibson Signed-off-by: Stefano Brivio --- .zed/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .zed/settings.json diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..87de0b4 --- /dev/null +++ b/.zed/settings.json @@ -0,0 +1,4 @@ +{ + "tab_size": 8, + "hard_tabs": true +} -- cgit v1.2.3