---@type table
local opts = {
    highlight = { link = "Visual" },
    space_char = "·",
    tab_char = "→",
    nl_char = "↲",
    cr_char = "←",
    enabled = true,
    excluded = {
        filetypes = {},
        buftypes = {},
    },
}

return opts