feat: use smaller NL symbol

This commit is contained in:
CJ van den Berg 2025-01-02 22:54:07 +01:00
parent e3d93da9e6
commit 18b0c217fc
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -46,7 +46,7 @@ pub const whitespace = struct {
pub const visible = "·";
pub const blank = " ";
pub const indent = "";
pub const eol = ""; // alternatives: "$", "", "󰌑", "", "", "󱞱", "󱞲", "", "¬", "", "", ""
pub const eol = "󰌑"; // alternatives: "$", "", "󰌑", "", "", "", "󱞱", "󱞲", "", "¬", "", "", ""
pub const tab_begin = "-";
pub const tab_end = ">";
};