From 568a21a7009ea41c93a97a3382874c3f62816889 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Fri, 27 Sep 2024 10:48:34 +0300 Subject: [PATCH] Fix the numeration in line wrap docs (#18428) Follow-up of https://github.com/zed-industries/zed/pull/18412 Release Notes: - N/A Co-authored-by: Thorsten Ball --- assets/settings/default.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index b3be17ad2cedcf2116deffe1b8fdceec707fdc33..82778dc8f6c4843e3102f6a94b6d79e355caab7f 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -535,14 +535,14 @@ // How to soft-wrap long lines of text. // Possible values: // - // 2. Prefer a single line generally, unless an overly long line is encountered. + // 1. Prefer a single line generally, unless an overly long line is encountered. // "soft_wrap": "none", // "soft_wrap": "prefer_line", // (deprecated, same as "none") - // 3. Soft wrap lines that overflow the editor. + // 2. Soft wrap lines that overflow the editor. // "soft_wrap": "editor_width", - // 4. Soft wrap lines at the preferred line length. + // 3. Soft wrap lines at the preferred line length. // "soft_wrap": "preferred_line_length", - // 5. Soft wrap lines at the preferred line length or the editor width (whichever is smaller). + // 4. Soft wrap lines at the preferred line length or the editor width (whichever is smaller). // "soft_wrap": "bounded", "soft_wrap": "none", // The column at which to soft-wrap lines, for buffers where soft-wrap