From 0ee6a909129f4ce750cd2d49a3b60417a2618e69 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 12 Jun 2025 20:38:39 +0300 Subject: [PATCH] Update invisibles' default.json docs (#32601) Follow-up of https://github.com/zed-industries/zed/pull/32329 Release Notes: - N/A --- assets/settings/default.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/settings/default.json b/assets/settings/default.json index aa0131662e..1055d3a413 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -310,6 +310,8 @@ // "all" // 4. Draw whitespaces at boundaries only: // "boundary" + // 5. Draw whitespaces only after non-whitespace characters: + // "trailing" // For a whitespace to be on a boundary, any of the following conditions need to be met: // - It is a tab // - It is adjacent to an edge (start or end)