Update invisibles' default.json docs (#32601)

Follow-up of https://github.com/zed-industries/zed/pull/32329

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-06-12 20:38:39 +03:00 committed by GitHub
parent 4236c9ed0e
commit 0ee6a90912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)