Don't run rustfmt on reflow.rs
This commit is contained in:
@ -20,6 +20,7 @@ use ratatui::widgets::Widget;
|
||||
mod bottom_aligned_paragraph;
|
||||
pub use bottom_aligned_paragraph::BottomAlignedParagraph;
|
||||
|
||||
#[rustfmt::skip] // reflow is vendored from ratatui, let's avoid changes
|
||||
mod reflow;
|
||||
|
||||
/// A [`Widget`] that returns how many lines it actually drew to.
|
||||
|
Reference in New Issue
Block a user