From bc8e7d4900dae9b607c4b111ab8407a238fbc99d Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 19 Jan 2025 18:14:39 +0000 Subject: update --- .zed/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .zed/settings.json (limited to '.zed/settings.json') diff --git a/.zed/settings.json b/.zed/settings.json new file mode 100644 index 0000000..f76c1c9 --- /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 +{ + "soft_wrap": "editor_width" +} -- cgit v1.2.3