#[derive(Debug, Default, Clone)]
pub struct Config {
pub default_tone: String,
pub word_wrap: bool,
pub show_line_numbers: bool,
pub tab_width: usize,
pub auto_save_before_build: bool,
}