forked from zed-industries/zed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editor: Render boundary whitespace (zed-industries#11954)
![image](https://github.com/zed-industries/zed/assets/1240491/3dd06e45-ae8e-49d5-984d-3d8bdf98d983) Added support for only rendering whitespace that is on a boundary, the logic of which is explained below: - Any tab character - Whitespace at the start and end of a line - Whitespace that is directly adjacent to another whitespace Release Notes: - Added `boundary` whitespace rendering option ([zed-industries#4290](zed-industries#4290)). --------- Co-authored-by: Nicholas Cioli <[email protected]>
- Loading branch information
1 parent
63a8095
commit 0289c31
Showing
2 changed files
with
102 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters