Don't run rustfmt on reflow.rs

This commit is contained in:
2023-11-03 11:24:45 +01:00
parent aaa4297d4c
commit 347c183a8c

View File

@ -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.