word wrap feature

This commit is contained in:
Artyom Artamonov 2024-06-16 04:52:33 +05:00 committed by sxyazi
parent 7926af708c
commit 24e7a3a6d5
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ use crate::Xdg;
#[derive(Debug, Serialize)]
pub struct Preview {
pub tab_size: u8,
pub word_wrap: bool,
pub word_wrap: bool,
pub max_width: u32,
pub max_height: u32,