From 261f7d4f5ad744bdf70c6293bddc98401197bdad Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 5 Oct 2025 22:04:31 +0100 Subject: creeds --- .zed/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.zed/settings.json') diff --git a/.zed/settings.json b/.zed/settings.json index f76c1c9..79a95c9 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -3,5 +3,6 @@ // 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 { - "soft_wrap": "editor_width" + "soft_wrap": "editor_width", + "format_on_save": "on" } -- cgit v1.2.3