ratatui_toolkit/widgets/code_diff/foundation/diff_config/methods/
mod.rs

1//! Builder methods for `DiffConfig`.
2
3mod added_bg;
4mod added_fg;
5mod context_lines;
6mod gutter_width;
7mod hunk_header_bg;
8mod hunk_header_fg;
9mod line_number_fg;
10mod line_number_width;
11mod removed_bg;
12mod removed_fg;
13mod show_line_numbers;
14mod sidebar_default_width;
15mod sidebar_enabled;
16mod sidebar_max_width;
17mod sidebar_min_width;
18mod style;