Skip to content

Commit

Permalink
Update editor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sander777 authored Oct 16, 2023
1 parent 00ca2d2 commit b65bfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-view/src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ pub struct WhitespaceCharacters {
impl Default for WhitespaceCharacters {
fn default() -> Self {
Self {
space: '·', // U+00B7
space: '·', // U+00B7
nbsp: '⍽', // U+237D
tab: '→', // U+2192
newline: '⏎', // U+23CE
Expand Down

0 comments on commit b65bfdd

Please sign in to comment.