feat: use smaller NL symbol
This commit is contained in:
parent
e3d93da9e6
commit
18b0c217fc
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ pub const whitespace = struct {
|
||||||
pub const visible = "·";
|
pub const visible = "·";
|
||||||
pub const blank = " ";
|
pub const blank = " ";
|
||||||
pub const indent = "│";
|
pub const indent = "│";
|
||||||
pub const eol = "↩"; // alternatives: "$", "⏎", "", "↲", "⤶", "", "", "⤦", "¬", "", "❯", "❮"
|
pub const eol = ""; // alternatives: "$", "⏎", "", "↩", "↲", "⤶", "", "", "⤦", "¬", "", "❯", "❮"
|
||||||
pub const tab_begin = "-";
|
pub const tab_begin = "-";
|
||||||
pub const tab_end = ">";
|
pub const tab_end = ">";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue